aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
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 f44dfc47d..8f53a82aa 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -213,6 +213,7 @@ endif
213ifeq ($(strip $(TERMINAL_ENABLE)), yes) 213ifeq ($(strip $(TERMINAL_ENABLE)), yes)
214 SRC += $(QUANTUM_DIR)/process_keycode/process_terminal.c 214 SRC += $(QUANTUM_DIR)/process_keycode/process_terminal.c
215 OPT_DEFS += -DTERMINAL_ENABLE 215 OPT_DEFS += -DTERMINAL_ENABLE
216 OPT_DEFS += -DUSER_PRINT
216endif 217endif
217 218
218ifeq ($(strip $(USB_HID_ENABLE)), yes) 219ifeq ($(strip $(USB_HID_ENABLE)), yes)