X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common_features.mk;h=f5bef3d5dd68b80b1f696c145155bd1f05cb6d3c;hb=e3621c162c32dd12ede78f6e2936724fc1dabcf1;hp=3d3b8506e40ea2b833ebc4b440cef0883683f3af;hpb=2cee371bf125a6ec541dd7c5a809573facc7c456;p=qmk_firmware.git diff --git a/common_features.mk b/common_features.mk index 3d3b8506e..f5bef3d5d 100644 --- a/common_features.mk +++ b/common_features.mk @@ -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