We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9afacc commit 3143a75Copy full SHA for 3143a75
builddefs/generic_features.mk
@@ -44,7 +44,9 @@ GENERIC_FEATURES = \
44
define HANDLE_GENERIC_FEATURE
45
# $$(info "Processing: $1_ENABLE $2.c")
46
SRC += $$(wildcard $$(QUANTUM_DIR)/process_keycode/process_$2.c)
47
+ SRC += $$(wildcard $$(QUANTUM_DIR)/$2/$2.c)
48
SRC += $$(wildcard $$(QUANTUM_DIR)/$2.c)
49
+ VPATH += $$(wildcard $$(QUANTUM_DIR)/$2/)
50
OPT_DEFS += -D$1_ENABLE
51
endef
52
0 commit comments