mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
4 lines
103 B
Makefile
4 lines
103 B
Makefile
|
ifneq ($(strip $(KEYBOARD_LOCAL_FEATURES_MK)),)
|
||
|
include $(strip $(KEYBOARD_LOCAL_FEATURES_MK))
|
||
|
endif
|