aboutsummaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 4054893b4..2ce4e32da 100644
--- a/common.mk
+++ b/common.mk
@@ -31,6 +31,9 @@ endif
31 31
32ifdef CONSOLE_ENABLE 32ifdef CONSOLE_ENABLE
33 OPT_DEFS += -DCONSOLE_ENABLE 33 OPT_DEFS += -DCONSOLE_ENABLE
34else
35 OPT_DEFS += -DNO_PRINT
36 OPT_DEFS += -DNO_DEBUG
34endif 37endif
35 38
36ifdef NKRO_ENABLE 39ifdef NKRO_ENABLE