]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/ps2_usb/Makefile.rev1
lufa: Fix comment on INTERRUPT_CONTROL_ENDPOINT
[max/tmk_keyboard.git] / converter / ps2_usb / Makefile.rev1
index 0d607652cac3c44bbc990a8550f1bb879f50ff35..dfe14991441585330b63ca7ca23853f8132a407f 100644 (file)
@@ -1,6 +1,6 @@
-TARGET ?= ps2_usb_rev1
+TARGET ?= ps2_usb_rev1_unimap
 MCU = atmega32u4
-CONFIG_H = config_rev1.h
+CONFIG_H = config.h
 BOOTLOADER_SIZE = 4096
 
 BOOTMAGIC_ENABLE ?= no
@@ -14,4 +14,7 @@ PS2_USE_USART = yes
 PS2_USE_INT = no
 PS2_USE_BUSYWAIT = no
 
+UNIMAP_ENABLE = yes
+KEYMAP_SECTION_ENABLE = yes
+
 include Makefile