summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_4x12/wanleg/rules.mk
blob: e8277610b6a470433f178601fbf34a6469e0496d (plain)
1
2
3
4
5
6
7
8
9
10
AUDIO_ENABLE = no
SWAP_HANDS_ENABLE = no

ifeq ($(strip $(KEYBOARD)), lets_split/rev2)
	SWAP_HANDS_ENABLE = yes
endif

ifeq ($(strip $(KEYBOARD)), planck/rev6)
	AUDIO_ENABLE = yes
endif