]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - common_features.mk
Rename cloned Nyquist files to Viterbi, create temporary keymaps
[qmk_firmware.git] / common_features.mk
index 117f84260ba77344b9353e3c915dc6151fcadece..bae23bb8735207ca35f8989b69cb146de28d9911 100644 (file)
@@ -119,6 +119,11 @@ ifeq ($(strip $(PRINTING_ENABLE)), yes)
     SRC += $(TMK_DIR)/protocol/serial_uart.c
 endif
 
+ifeq ($(strip $(AUTO_SHIFT_ENABLE)), yes)
+    OPT_DEFS += -DAUTO_SHIFT_ENABLE
+    SRC += $(QUANTUM_DIR)/process_keycode/process_auto_shift.c
+endif
+
 ifeq ($(strip $(SERIAL_LINK_ENABLE)), yes)
     SRC += $(patsubst $(QUANTUM_PATH)/%,%,$(SERIAL_SRC))
     OPT_DEFS += $(SERIAL_DEFS)