aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk3
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
132ifeq ($(strip $(AUTO_SHIFT_ENABLE)), yes) 132ifeq ($(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
135endif 138endif
136 139
137ifeq ($(strip $(SERIAL_LINK_ENABLE)), yes) 140ifeq ($(strip $(SERIAL_LINK_ENABLE)), yes)