]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - common_features.mk
fix rgblight_effect_breathing interval time (#5213)
[qmk_firmware.git] / common_features.mk
index 3d3b8506e40ea2b833ebc4b440cef0883683f3af..f5bef3d5dd68b80b1f696c145155bd1f05cb6d3c 100644 (file)
@@ -266,6 +266,11 @@ ifeq ($(strip $(HD44780_ENABLE)), yes)
     OPT_DEFS += -DHD44780_ENABLE
 endif
 
+ifeq ($(strip $(VELOCIKEY_ENABLE)), yes)
+    OPT_DEFS += -DVELOCIKEY_ENABLE
+    SRC += $(QUANTUM_DIR)/velocikey.c
+endif
+
 ifeq ($(strip $(DYNAMIC_KEYMAP_ENABLE)), yes)
     OPT_DEFS += -DDYNAMIC_KEYMAP_ENABLE
     SRC += $(QUANTUM_DIR)/dynamic_keymap.c