summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_4x12/wanleg/rules.mk
blob: fa433a6b0dae25fe013c8429049df1ac9c1a7fce (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)), 4x4)
	SWAP_HANDS_ENABLE = no
endif

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