aboutsummaryrefslogtreecommitdiff
path: root/keyboard/hhkb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/hhkb/Makefile')
-rw-r--r--keyboard/hhkb/Makefile17
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#
114BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration 114BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
115MOUSEKEY_ENABLE = yes # Mouse keys 115MOUSEKEY_ENABLE = yes # Mouse keys
116EXTRAKEY_ENABLE = yes # Audio control and System control 116EXTRAKEY_ENABLE = yes # Audio control and System control
117CONSOLE_ENABLE = yes # Console for debug 117CONSOLE_ENABLE = yes # Console for debug
118COMMAND_ENABLE = yes # Commands for debug and configuration 118COMMAND_ENABLE = yes # Commands for debug and configuration
119NKRO_ENABLE = yes # USB Nkey Rollover 119NKRO_ENABLE = yes # USB Nkey Rollover
120KEYMAP_SECTION_ENABLE = yes # fixed address keymap for keymap editor
120 121
121 122
122# keymap section
123EXTRALDFLAGS = -Wl,-Tld_keymap_avr5.x
124OPT_DEFS += -DKEYMAP_SECTION
125
126# Search Path 123# Search Path
127VPATH += $(TARGET_DIR) 124VPATH += $(TARGET_DIR)
128VPATH += $(TOP_DIR) 125VPATH += $(TOP_DIR)