forked from forks/qmk_firmware
9175eebc87
* configure wanleg userspace * additional layout support * additional layout support * userspace edits * fix swap hands between 30 and 40 percent * add additional keymaps * userspace edits * userspace configuration * userspace configuration * Update readme.md * userspace work * swap hands userspace fix * made requested edits * Update readme.md * use relative paths instead of copying file * Update wanleg.h * fixing layer order
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 |