]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
ps2_usb: Add Makefile.32u4
authortmk <hasu@tmk-kbd.com>
Mon, 9 Sep 2019 22:54:36 +0000 (07:54 +0900)
committertmk <hasu@tmk-kbd.com>
Mon, 9 Sep 2019 22:54:36 +0000 (07:54 +0900)
converter/ps2_usb/Makefile.32u4 [new file with mode: 0644]

diff --git a/converter/ps2_usb/Makefile.32u4 b/converter/ps2_usb/Makefile.32u4
new file mode 100644 (file)
index 0000000..60fe530
--- /dev/null
@@ -0,0 +1,20 @@
+TARGET ?= ps2_usb_32u4
+MCU = atmega32u4
+CONFIG_H = config.h
+BOOTLOADER_SIZE = 4096
+
+BOOTMAGIC_ENABLE ?= no
+MOUSEKEY_ENABLE ?= yes
+EXTRAKEY_ENABLE ?= yes
+CONSOLE_ENABLE ?= yes
+COMMAND_ENABLE ?= yes
+NKRO_ENABLE ?= yes
+
+PS2_USE_USART = no
+PS2_USE_INT = yes
+PS2_USE_BUSYWAIT = no
+
+UNIMAP_ENABLE = yes
+KEYMAP_SECTION_ENABLE = yes
+
+include Makefile