forked from forks/qmk_firmware
0031e46191
* Enable 4x4 and 5x5 community keymap support * Pull 4x4 community keymap fixes from @noroadsleft * Build fixes for guidoism keymap - move keymap to layouts/community/planck_mit as it uses the LAYOUT_planck_mit macro
15 lines
251 B
Makefile
15 lines
251 B
Makefile
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
|