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 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 |
| 267 | endif | 267 | endif |
| 268 | 268 | ||
| 269 | ifeq ($(strip $(VELOCIKEY_ENABLE)), yes) | ||
| 270 | OPT_DEFS += -DVELOCIKEY_ENABLE | ||
| 271 | SRC += $(QUANTUM_DIR)/velocikey.c | ||
| 272 | endif | ||
| 273 | |||
| 269 | ifeq ($(strip $(DYNAMIC_KEYMAP_ENABLE)), yes) | 274 | ifeq ($(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 |
