X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fterminal_usb%2FMakefile;h=fc07155f69a732590277b517f8ea7386b3d2b7b6;hb=3b21f85e9bb731adcbd40be1b93b7d39ef7748c5;hp=7fc9d6a30f2cf02f16221a9c68e411c50c01a6cc;hpb=8b509aa11140d4249824600aa9143fe1fca42d85;p=max%2Ftmk_keyboard.git diff --git a/converter/terminal_usb/Makefile b/converter/terminal_usb/Makefile index 7fc9d6a3..fc07155f 100644 --- a/converter/terminal_usb/Makefile +++ b/converter/terminal_usb/Makefile @@ -75,11 +75,9 @@ COMMAND_ENABLE = yes # Commands for debug and configuration # # PS/2 protocol implementations -# 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 +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 +89,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