]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - common_features.mk
Generate API docs from source code comments (#2491)
[qmk_firmware.git] / common_features.mk
index 1c0b3546a1b54733f4e9d8486b4cd3e7292160f8..9b99edd752f9f82fcbae8fa3e729aab7a1f8f868 100644 (file)
@@ -132,6 +132,9 @@ endif
 ifeq ($(strip $(AUTO_SHIFT_ENABLE)), yes)
     OPT_DEFS += -DAUTO_SHIFT_ENABLE
     SRC += $(QUANTUM_DIR)/process_keycode/process_auto_shift.c
+    ifeq ($(strip $(AUTO_SHIFT_MODIFIERS)), yes)
+        OPT_DEFS += -DAUTO_SHIFT_MODIFIERS
+    endif
 endif
 
 ifeq ($(strip $(SERIAL_LINK_ENABLE)), yes)