diff options
author | tmk <nobody@nowhere> | 2013-07-28 17:34:41 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-07-28 17:34:41 +0900 |
commit | daa4a4235fd4a88b3b6f64e4a2cf590f28f4b65b (patch) | |
tree | 91d6c2de3f98bf11e85868c6cd4802f05a55e60e /keyboard/hhkb/Makefile.lufa | |
parent | c7d309e34bf5d05f245811389bea495d814e2111 (diff) |
Add NKRO support for LUFA
Diffstat (limited to 'keyboard/hhkb/Makefile.lufa')
-rw-r--r-- | keyboard/hhkb/Makefile.lufa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboard/hhkb/Makefile.lufa b/keyboard/hhkb/Makefile.lufa index 97b8faab6e..262282a014 100644 --- a/keyboard/hhkb/Makefile.lufa +++ b/keyboard/hhkb/Makefile.lufa @@ -57,8 +57,8 @@ CONFIG_H = config.h # MCU name -MCU = at90usb1286 -#MCU = atmega32u4 +#MCU = at90usb1286 +MCU = atmega32u4 # Processor frequency. # This will define a symbol, F_CPU, in all source code files equal to the @@ -103,7 +103,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # Atmel DFU loader 4096 # LUFA bootloader 4096 # USBaspLoader 2048 -OPT_DEFS += -DBOOTLOADER_SIZE=512 +OPT_DEFS += -DBOOTLOADER_SIZE=4096 # Build Options @@ -114,7 +114,7 @@ MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration -#NKRO_ENABLE = yes # USB Nkey Rollover +NKRO_ENABLE = yes # USB Nkey Rollover # Search Path |