summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_5x15/wanleg/rules.mk
blob: 96bbaa458e9b7d22603fc8ff79d81501cbab7024 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifeq ($(strip $(KEYBOARD)), xd75)
#or
#ifeq (,$(findstring xd75,$(KEYBOARD)))
#something
#endif

#ifeq ($(strip $(KEYBOARD)), 40percentclub/5x5)
#or
#ifeq (,$(findstring 40percentclub/5x5,$(KEYBOARD)))
#something
#endif