summaryrefslogtreecommitdiff
path: root/keyboard/hhkb/Makefile.pjrc
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-03-21 15:34:36 +0900
committertmk <nobody@nowhere>2013-03-21 15:34:36 +0900
commitb2a19328ad35f51dcc9cef7c4d2801acd143582a (patch)
treee176fafe0e7723612f7fb34b88105ea892f35404 /keyboard/hhkb/Makefile.pjrc
parent74aea627e7bb924df81d7944705ab40db036be93 (diff)
Changed Makefile and config.h for new options
Diffstat (limited to 'keyboard/hhkb/Makefile.pjrc')
-rw-r--r--keyboard/hhkb/Makefile.pjrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboard/hhkb/Makefile.pjrc b/keyboard/hhkb/Makefile.pjrc
index f8836a2ca1..f64cd9be4d 100644
--- a/keyboard/hhkb/Makefile.pjrc
+++ b/keyboard/hhkb/Makefile.pjrc
@@ -38,9 +38,12 @@ F_CPU = 16000000
# Build Options
# comment out to disable the options.
+#
+BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
MOUSEKEY_ENABLE = yes # Mouse keys
-#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
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
@@ -51,8 +54,8 @@ PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex
# Search Path
-VPATH = $(TARGET_DIR)
-VPATH = $(TOP_DIR)
+VPATH += $(TARGET_DIR)
+VPATH += $(TOP_DIR)
include $(TOP_DIR)/protocol/pjrc.mk
include $(TOP_DIR)/common.mk