]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_4x12/wanleg/rules.mk
[Keyboard] Add QMK configurator JSON for Alice PCB (#6397)
[qmk_firmware.git] / layouts / community / ortho_4x12 / wanleg / rules.mk
1 AUDIO_ENABLE = no
2 SWAP_HANDS_ENABLE = no
3
4 ifeq ($(strip $(KEYBOARD)), lets_split/rev2)
5         SWAP_HANDS_ENABLE = yes
6 endif
7
8 ifeq ($(strip $(KEYBOARD)), planck/rev6)
9         AUDIO_ENABLE = yes
10 endif
11
12 #disable RGB on version 1 of jj40 keyboard (does not exist)
13 ifeq ($(strip $(KEYBOARD)), jj40)
14         RGBLIGHT_ENABLE = no
15 endif