mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-16 21:44:42 +00:00
4 lines
103 B
Makefile
4 lines
103 B
Makefile
|
ifneq ($(strip $(KEYBOARD_LOCAL_FEATURES_MK)),)
|
||
|
include $(strip $(KEYBOARD_LOCAL_FEATURES_MK))
|
||
|
endif
|