diff options
Diffstat (limited to 'keyboard/hhkb/Makefile')
| -rw-r--r-- | keyboard/hhkb/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/keyboard/hhkb/Makefile b/keyboard/hhkb/Makefile index 342219372..34bafc24f 100644 --- a/keyboard/hhkb/Makefile +++ b/keyboard/hhkb/Makefile | |||
| @@ -111,18 +111,15 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 111 | # Build Options | 111 | # Build Options |
| 112 | # comment out to disable the options. | 112 | # comment out to disable the options. |
| 113 | # | 113 | # |
| 114 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration | 114 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration |
| 115 | MOUSEKEY_ENABLE = yes # Mouse keys | 115 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 116 | EXTRAKEY_ENABLE = yes # Audio control and System control | 116 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 117 | CONSOLE_ENABLE = yes # Console for debug | 117 | CONSOLE_ENABLE = yes # Console for debug |
| 118 | COMMAND_ENABLE = yes # Commands for debug and configuration | 118 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 119 | NKRO_ENABLE = yes # USB Nkey Rollover | 119 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 120 | KEYMAP_SECTION_ENABLE = yes # fixed address keymap for keymap editor | ||
| 120 | 121 | ||
| 121 | 122 | ||
| 122 | # keymap section | ||
| 123 | EXTRALDFLAGS = -Wl,-Tld_keymap_avr5.x | ||
| 124 | OPT_DEFS += -DKEYMAP_SECTION | ||
| 125 | |||
| 126 | # Search Path | 123 | # Search Path |
| 127 | VPATH += $(TARGET_DIR) | 124 | VPATH += $(TARGET_DIR) |
| 128 | VPATH += $(TOP_DIR) | 125 | VPATH += $(TOP_DIR) |
