X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fps2_usb%2FMakefile;h=5f9c4042c8cd5ae5dc5a88cb84a7ff34f389bcea;hb=ec60203fd7f10ddc4025731be73ddef78c2fd5f6;hp=21a743b5c62e8f5894c6ea9ff5375ca675b9ba6e;hpb=112cadb1882d88bf8d02dcfcc4e66207fecf8bf5;p=max%2Ftmk_keyboard.git diff --git a/converter/ps2_usb/Makefile b/converter/ps2_usb/Makefile index 21a743b5..5f9c4042 100644 --- a/converter/ps2_usb/Makefile +++ b/converter/ps2_usb/Makefile @@ -68,9 +68,12 @@ 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(+60) +# 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 # Boot Section Size in *bytes* # Teensy halfKay 512 @@ -90,7 +93,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