diff options
Diffstat (limited to 'common_features.mk')
| -rw-r--r-- | common_features.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk index 0adf81afa..f405d5c07 100644 --- a/common_features.mk +++ b/common_features.mk | |||
| @@ -104,6 +104,11 @@ ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) | |||
| 104 | SRC += $(QUANTUM_DIR)/process_keycode/process_tap_dance.c | 104 | SRC += $(QUANTUM_DIR)/process_keycode/process_tap_dance.c |
| 105 | endif | 105 | endif |
| 106 | 106 | ||
| 107 | ifeq ($(strip $(KEY_LOCK_ENABLE)), yes) | ||
| 108 | OPT_DEFS += -DKEY_LOCK_ENABLE | ||
| 109 | SRC += $(QUANTUM_DIR)/process_keycode/process_key_lock.c | ||
| 110 | endif | ||
| 111 | |||
| 107 | ifeq ($(strip $(PRINTING_ENABLE)), yes) | 112 | ifeq ($(strip $(PRINTING_ENABLE)), yes) |
| 108 | OPT_DEFS += -DPRINTING_ENABLE | 113 | OPT_DEFS += -DPRINTING_ENABLE |
| 109 | SRC += $(QUANTUM_DIR)/process_keycode/process_printer.c | 114 | SRC += $(QUANTUM_DIR)/process_keycode/process_printer.c |
| @@ -156,4 +161,4 @@ QUANTUM_SRC:= \ | |||
| 156 | 161 | ||
| 157 | ifndef CUSTOM_MATRIX | 162 | ifndef CUSTOM_MATRIX |
| 158 | QUANTUM_SRC += $(QUANTUM_DIR)/matrix.c | 163 | QUANTUM_SRC += $(QUANTUM_DIR)/matrix.c |
| 159 | endif \ No newline at end of file | 164 | endif |
