diff options
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk index f405d5c07..d499d1f0b 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -153,6 +153,11 @@ ifeq ($(strip $(LED_TABLES)), yes) | |||
153 | SRC += $(QUANTUM_DIR)/led_tables.c | 153 | SRC += $(QUANTUM_DIR)/led_tables.c |
154 | endif | 154 | endif |
155 | 155 | ||
156 | ifeq ($(strip $(TERMINAL_ENABLE)), yes) | ||
157 | SRC += $(QUANTUM_DIR)/process_keycode/process_terminal.c | ||
158 | OPT_DEFS += -DTERMINAL_ENABLE | ||
159 | endif | ||
160 | |||
156 | QUANTUM_SRC:= \ | 161 | QUANTUM_SRC:= \ |
157 | $(QUANTUM_DIR)/quantum.c \ | 162 | $(QUANTUM_DIR)/quantum.c \ |
158 | $(QUANTUM_DIR)/keymap_common.c \ | 163 | $(QUANTUM_DIR)/keymap_common.c \ |