aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index 3d3b8506e..f5bef3d5d 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -266,6 +266,11 @@ ifeq ($(strip $(HD44780_ENABLE)), yes)
266 OPT_DEFS += -DHD44780_ENABLE 266 OPT_DEFS += -DHD44780_ENABLE
267endif 267endif
268 268
269ifeq ($(strip $(VELOCIKEY_ENABLE)), yes)
270 OPT_DEFS += -DVELOCIKEY_ENABLE
271 SRC += $(QUANTUM_DIR)/velocikey.c
272endif
273
269ifeq ($(strip $(DYNAMIC_KEYMAP_ENABLE)), yes) 274ifeq ($(strip $(DYNAMIC_KEYMAP_ENABLE)), yes)
270 OPT_DEFS += -DDYNAMIC_KEYMAP_ENABLE 275 OPT_DEFS += -DDYNAMIC_KEYMAP_ENABLE
271 SRC += $(QUANTUM_DIR)/dynamic_keymap.c 276 SRC += $(QUANTUM_DIR)/dynamic_keymap.c