]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/terminal_usb/Makefile
core: lufa: Fix console output and init sequence
[max/tmk_keyboard.git] / converter / terminal_usb / Makefile
index 42184521d20f73ac65b70547779ceb1ccf0243d3..78208f7f497055633526de9beacba6ad76f46eff 100644 (file)
@@ -70,7 +70,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
 CONSOLE_ENABLE = yes   # Console for debug(+400)
 COMMAND_ENABLE = yes    # Commands for debug and configuration
 #SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend
-#NKRO_ENABLE = yes     # USB Nkey Rollover - not yet supported in LUFA
+#NKRO_ENABLE = yes     # USB Nkey Rollover
 
 
 #
@@ -78,8 +78,8 @@ COMMAND_ENABLE = yes    # Commands for debug and configuration
 #      USART is recommended if it is available, others are for reference purpose.
 #      INT implementation will drop simultaneous key strokes.
 #
-PS2_USE_USART = yes    # uses hardware USART engine for PS/2 signal receive(recomened)
-#PS2_USE_INT = yes     # uses external interrupt for falling edge of PS/2 clock pin
+#PS2_USE_USART = yes   # uses hardware USART engine for PS/2 signal receive(recomened)
+PS2_USE_INT = yes      # uses external interrupt for falling edge of PS/2 clock pin
 #PS2_USE_BUSYWAIT = yes        # uses primitive reference code
 
 
@@ -91,7 +91,6 @@ PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex
 VPATH += $(TARGET_DIR)
 VPATH += $(TMK_DIR)
 
-
 include $(TMK_DIR)/protocol/lufa.mk
 include $(TMK_DIR)/protocol.mk
 include $(TMK_DIR)/common.mk