summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_4x12/wanleg/rules.mk
blob: 835022f4bfd78395b2260dd84c7ba3f8fc613dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AUDIO_ENABLE = no
SWAP_HANDS_ENABLE = yes

ifeq ($(strip $(KEYBOARD)), jj40)
	SWAP_HANDS_ENABLE = no
endif

ifeq ($(strip $(KEYBOARD)), 40percentclub/4x4)
	SWAP_HANDS_ENABLE = no
endif

ifeq ($(strip $(KEYBOARD)), zlant)
	SWAP_HANDS_ENABLE = no
endif