~ruther/qmk_firmware

31b3e4bc3832381202e8179c2274315d4d975e22 — tmk 11 years ago 3299720
Fix 'debug-off' target of hhkb to remove 'print'
1 files changed, 1 insertions(+), 0 deletions(-)

M keyboard/hhkb/Makefile
M keyboard/hhkb/Makefile => keyboard/hhkb/Makefile +1 -0
@@ 152,4 152,5 @@ debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION
debug-on: all

debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT
debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS))
debug-off: all