Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot 2023-11-04 20:34:33 +00:00
commit 2a87705ee7

View File

@ -44,7 +44,9 @@ GENERIC_FEATURES = \
define HANDLE_GENERIC_FEATURE
# $$(info "Processing: $1_ENABLE $2.c")
SRC += $$(wildcard $$(QUANTUM_DIR)/process_keycode/process_$2.c)
SRC += $$(wildcard $$(QUANTUM_DIR)/$2/$2.c)
SRC += $$(wildcard $$(QUANTUM_DIR)/$2.c)
VPATH += $$(wildcard $$(QUANTUM_DIR)/$2/)
OPT_DEFS += -D$1_ENABLE
endef