forked from forks/qmk_firmware
6 lines
106 B
Makefile
6 lines
106 B
Makefile
|
AUDIO_ENABLE = no
|
||
|
SWAP_HANDS_ENABLE = yes
|
||
|
|
||
|
ifeq ($(strip $(KEYBOARD)), jj40)
|
||
|
SWAP_HANDS_ENABLE = no
|
||
|
endif
|