X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fibmpc_usb%2FMakefile;h=30ce9248288cccc347834e2bbdf8dd34b2d71ead;hb=b59f7655e320c8d5f49daabeb6e4f17d19863bf2;hp=7c6b38e0a3dc725dfd97700d91b302c75f24865e;hpb=fefe1028de9d27cf6e714b4948ff63179f46a296;p=max%2Ftmk_keyboard.git diff --git a/converter/ibmpc_usb/Makefile b/converter/ibmpc_usb/Makefile index 7c6b38e0..30ce9248 100644 --- a/converter/ibmpc_usb/Makefile +++ b/converter/ibmpc_usb/Makefile @@ -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. Do not enable this. -# This blocks long for capslock and etc. and can prevent signal handling. -#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # This improves response of keyboard when wakeup OPT_DEFS += -DSUSPEND_MODE_STANDBY @@ -78,8 +75,8 @@ CONSOLE_ENABLE ?= yes # Console for debug(+400) COMMAND_ENABLE ?= yes # Commands for debug and configuration NKRO_ENABLE ?= yes # USB Nkey Rollover -KEYMAP_SECTION_ENABLE = yes -UNIMAP_ENABLE = yes +KEYMAP_SECTION_ENABLE ?= yes +UNIMAP_ENABLE ?= yes # Optimize size but this may cause error "relocation truncated to fit"