[fix] readability

This commit is contained in:
VeyPatch 2025-01-14 14:16:55 +01:00
parent 76b9c763af
commit a77705afe4
3 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
# Add this to your existing rules.mk if you have one
ifneq ($(filter $(strip $(KEYBOARD)), splitkb/halcyon/kyria/rev4),)
ifneq ($(filter $(strip $(KEYBOARD)), splitkb/halcyon/kyria/rev4 \
splitkb/halcyon/elora/rev2),)
include $(USER_PATH)/splitkb/rules.mk
endif