mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-21 09:03:23 +00:00
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
|