X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fps2_usb%2FMakefile;h=f8c470d0aa431a6d6bb48cecd3e6268b094b4b06;hb=2173767a78e3353f40b2bc6bb3f29bc67c896470;hp=a70ec07ceddaa63a872a1f86b2b8599239814490;hpb=1a7d1f9f4d6fdebb6e1d088ffcb37745ddf119d2;p=max%2Ftmk_keyboard.git diff --git a/converter/ps2_usb/Makefile b/converter/ps2_usb/Makefile index a70ec07c..f8c470d0 100644 --- a/converter/ps2_usb/Makefile +++ b/converter/ps2_usb/Makefile @@ -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