X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fibmpc_usb%2FMakefile;h=30ce9248288cccc347834e2bbdf8dd34b2d71ead;hb=bb955a819af89e74843743e268aa7b4ceb06cc4e;hp=636cb324350f766ad658f32f068f6e0512681f9c;hpb=9ddc33cfdb2068236ba4f212e90f5deb2e54b3bd;p=max%2Ftmk_keyboard.git diff --git a/converter/ibmpc_usb/Makefile b/converter/ibmpc_usb/Makefile index 636cb324..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 -# Not work with suart debug -#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # This improves response of keyboard when wakeup OPT_DEFS += -DSUSPEND_MODE_STANDBY @@ -63,8 +60,9 @@ OPT_DEFS += -DSUSPEND_MODE_STANDBY # Atmel DFU loader 4096 # LUFA bootloader 4096 # USBaspLoader 2048 -BOOTLOADER_SIZE ?= 4096 -OPT_DEFS += -DBOOTLOADER_SIZE=$(BOOTLOADER_SIZE) +# Bootloader size can be calculated from fuse bits +#BOOTLOADER_SIZE ?= 4096 +#OPT_DEFS += -DBOOTLOADER_SIZE=$(BOOTLOADER_SIZE) # Build Options @@ -77,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"