4 lines
166 B
Makefile
4 lines
166 B
Makefile
# Add this to your existing rules.mk if you have one
|
|
ifneq ($(filter $(strip $(KEYBOARD)), splitkb/halcyon/kyria/rev4),)
|
|
include $(USER_PATH)/splitkb/rules.mk
|
|
endif
|