From 9ac25806871a498b5675f404daf5d19b4c425dd6 Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 19 Aug 2017 09:32:37 +0900 Subject: [PATCH] terminal_usb: Change configuration in Makefile --- converter/terminal_usb/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/converter/terminal_usb/Makefile b/converter/terminal_usb/Makefile index 7fc9d6a3..78208f7f 100644 --- a/converter/terminal_usb/Makefile +++ b/converter/terminal_usb/Makefile @@ -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 -- 2.39.3