diff options
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 1 |
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 | |||
213 | ifeq ($(strip $(TERMINAL_ENABLE)), yes) | 213 | ifeq ($(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 | ||
216 | endif | 217 | endif |
217 | 218 | ||
218 | ifeq ($(strip $(USB_HID_ENABLE)), yes) | 219 | ifeq ($(strip $(USB_HID_ENABLE)), yes) |