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 117f84260..bae23bb87 100644 --- a/common_features.mk +++ b/common_features.mk | |||
| @@ -119,6 +119,11 @@ ifeq ($(strip $(PRINTING_ENABLE)), yes) | |||
| 119 | SRC += $(TMK_DIR)/protocol/serial_uart.c | 119 | SRC += $(TMK_DIR)/protocol/serial_uart.c |
| 120 | endif | 120 | endif |
| 121 | 121 | ||
| 122 | ifeq ($(strip $(AUTO_SHIFT_ENABLE)), yes) | ||
| 123 | OPT_DEFS += -DAUTO_SHIFT_ENABLE | ||
| 124 | SRC += $(QUANTUM_DIR)/process_keycode/process_auto_shift.c | ||
| 125 | endif | ||
| 126 | |||
| 122 | ifeq ($(strip $(SERIAL_LINK_ENABLE)), yes) | 127 | ifeq ($(strip $(SERIAL_LINK_ENABLE)), yes) |
| 123 | SRC += $(patsubst $(QUANTUM_PATH)/%,%,$(SERIAL_SRC)) | 128 | SRC += $(patsubst $(QUANTUM_PATH)/%,%,$(SERIAL_SRC)) |
| 124 | OPT_DEFS += $(SERIAL_DEFS) | 129 | OPT_DEFS += $(SERIAL_DEFS) |
