diff options
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk index 1c0b3546a..9b99edd75 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -132,6 +132,9 @@ endif | |||
132 | ifeq ($(strip $(AUTO_SHIFT_ENABLE)), yes) | 132 | ifeq ($(strip $(AUTO_SHIFT_ENABLE)), yes) |
133 | OPT_DEFS += -DAUTO_SHIFT_ENABLE | 133 | OPT_DEFS += -DAUTO_SHIFT_ENABLE |
134 | SRC += $(QUANTUM_DIR)/process_keycode/process_auto_shift.c | 134 | SRC += $(QUANTUM_DIR)/process_keycode/process_auto_shift.c |
135 | ifeq ($(strip $(AUTO_SHIFT_MODIFIERS)), yes) | ||
136 | OPT_DEFS += -DAUTO_SHIFT_MODIFIERS | ||
137 | endif | ||
135 | endif | 138 | endif |
136 | 139 | ||
137 | ifeq ($(strip $(SERIAL_LINK_ENABLE)), yes) | 140 | ifeq ($(strip $(SERIAL_LINK_ENABLE)), yes) |