]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/terminal_usb/Makefile
Remove INTERRUPT_CONTROL_ENDPOINT from converters
[max/tmk_keyboard.git] / converter / terminal_usb / Makefile
index 78208f7f497055633526de9beacba6ad76f46eff..766e92fed0638a2b12a64230d8d883f37b369f15 100644 (file)
@@ -50,9 +50,6 @@ ARCH = AVR8
 #     CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
 F_USB = $(F_CPU)
 
-# Interrupt driven control endpoint task
-OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
-
 
 # Boot Section Size in bytes
 #   Teensy halfKay   512
@@ -75,10 +72,8 @@ 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_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