diff options
author | tmk <nobody@nowhere> | 2013-03-21 15:34:36 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-21 15:34:36 +0900 |
commit | b2a19328ad35f51dcc9cef7c4d2801acd143582a (patch) | |
tree | e176fafe0e7723612f7fb34b88105ea892f35404 /keyboard/hhkb/Makefile.iwrap | |
parent | 74aea627e7bb924df81d7944705ab40db036be93 (diff) |
Changed Makefile and config.h for new options
Diffstat (limited to 'keyboard/hhkb/Makefile.iwrap')
-rw-r--r-- | keyboard/hhkb/Makefile.iwrap | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboard/hhkb/Makefile.iwrap b/keyboard/hhkb/Makefile.iwrap index f87df0d2bb..8d7f4fc66e 100644 --- a/keyboard/hhkb/Makefile.iwrap +++ b/keyboard/hhkb/Makefile.iwrap @@ -44,8 +44,11 @@ F_CPU = 12000000 # Build Options # comment out to disable the options. # +BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration 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 @@ -83,7 +86,7 @@ PROGRAM_CMD = $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE # Search Path -VPATH = $(TARGET_DIR) +VPATH += $(TARGET_DIR) VPATH += $(TOP_DIR) #include $(TOP_DIR)/protocol/iwrap.mk |