diff options
Diffstat (limited to 'keyboard/hhkb/Makefile')
-rw-r--r-- | keyboard/hhkb/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboard/hhkb/Makefile b/keyboard/hhkb/Makefile index 34bafc24fc..94078702c4 100644 --- a/keyboard/hhkb/Makefile +++ b/keyboard/hhkb/Makefile @@ -128,6 +128,8 @@ include $(TOP_DIR)/protocol/lufa.mk include $(TOP_DIR)/common.mk include $(TOP_DIR)/rules.mk -debug-on: EXTRAFLAGS += -DDEBUG -#debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION +debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION debug-on: all + +debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT +debug-off: all |