diff options
Diffstat (limited to 'keyboards/hhkb/rules.mk')
-rw-r--r-- | keyboards/hhkb/rules.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/hhkb/rules.mk b/keyboards/hhkb/rules.mk index d31e755ef..b8bfd73d2 100644 --- a/keyboards/hhkb/rules.mk +++ b/keyboards/hhkb/rules.mk | |||
@@ -72,9 +72,9 @@ CUSTOM_MATRIX = yes # Custom matrix file for the HHKB | |||
72 | # UNICODE_ENABLE = yes # Unicode | 72 | # UNICODE_ENABLE = yes # Unicode |
73 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID | 73 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
74 | 74 | ||
75 | debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION | 75 | # debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION |
76 | debug-on: all | 76 | # debug-on: all |
77 | 77 | ||
78 | debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT | 78 | # debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT |
79 | debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS)) | 79 | # debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS)) |
80 | debug-off: all | 80 | # debug-off: all |