]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/ps2_usb/Makefile
Remove INTERRUPT_CONTROL_ENDPOINT from converters
[max/tmk_keyboard.git] / converter / ps2_usb / Makefile
index a70ec07ceddaa63a872a1f86b2b8599239814490..f8c470d0aa431a6d6bb48cecd3e6268b094b4b06 100644 (file)
@@ -68,9 +68,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
-# Not work with suart debug
-#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 
 # This improves response of keyboard when wakeup
 OPT_DEFS += -DSUSPEND_MODE_STANDBY
@@ -93,7 +90,7 @@ MOUSEKEY_ENABLE ?= no # Mouse keys(+4700)
 EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450)
 CONSOLE_ENABLE ?= yes  # Console for debug(+400)
 COMMAND_ENABLE ?= yes    # Commands for debug and configuration
-NKRO_ENABLE ?= yes     # USB Nkey Rollover - not yet supported in LUFA
+NKRO_ENABLE ?= yes     # USB Nkey Rollover
 
 
 # PS/2 Options