diff options
author | tmk <nobody@nowhere> | 2012-12-16 02:32:07 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-12-16 02:32:07 +0900 |
commit | 8a709c2750eab09ec0f83450410a13640931d48e (patch) | |
tree | 224bcea716521704d63993ed54917152a6bf046e /keyboard/hhkb/Makefile.lufa | |
parent | 77f157943f4e083fb9f1eaa0a55078b128842458 (diff) |
Add initial fix for new keymap.
Diffstat (limited to 'keyboard/hhkb/Makefile.lufa')
-rw-r--r-- | keyboard/hhkb/Makefile.lufa | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboard/hhkb/Makefile.lufa b/keyboard/hhkb/Makefile.lufa index 5acc93a23c..afd413d019 100644 --- a/keyboard/hhkb/Makefile.lufa +++ b/keyboard/hhkb/Makefile.lufa @@ -121,3 +121,6 @@ VPATH += $(TOP_DIR) include $(TOP_DIR)/protocol/lufa.mk include $(TOP_DIR)/common.mk include $(TOP_DIR)/rules.mk + +debug-on: EXTRAFLAGS += -DDEBUG +debug-on: all |