summaryrefslogtreecommitdiff
path: root/layouts/community/ortho_4x12/wanleg/rules.mk
blob: 69f377a0159f420ada164c98c8290fe912fbb6c4 (plain)
1
2
3
4
5
6
7
8
9
10
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