summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-10-30 18:00:43 -0700
committerJack Humbert <jack.humb@gmail.com>2018-11-06 00:40:02 -0500
commit40313cfa3b4a4f1643382f0446e0a889ef3e76dc (patch)
tree47a6e3a1ae4f48bcf75f8a85857f3b5fbff06b84 /common_features.mk
parentec34b5386455a4170db97aad21dc50b77d6ddfdd (diff)
Fix Terminal feature on ChibiOS
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index f44dfc47de..8f53a82aae 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -213,6 +213,7 @@ endif
ifeq ($(strip $(TERMINAL_ENABLE)), yes)
SRC += $(QUANTUM_DIR)/process_keycode/process_terminal.c
OPT_DEFS += -DTERMINAL_ENABLE
+ OPT_DEFS += -DUSER_PRINT
endif
ifeq ($(strip $(USB_HID_ENABLE)), yes)