mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-05-07 22:38:19 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
2a87705ee7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user