2fcfd5cff7
* various edits and minor additions * updates * updates * updates * lets_split LEDs off instructions * lets_split LEDs off instructions * turn off lets_split LEDs in userspace * one-hand setup for right side
10 lines
170 B
Makefile
10 lines
170 B
Makefile
AUDIO_ENABLE = no
|
|
SWAP_HANDS_ENABLE = yes
|
|
|
|
ifeq ($(strip $(KEYBOARD)), jj40)
|
|
SWAP_HANDS_ENABLE = no
|
|
endif
|
|
|
|
ifeq ($(strip $(KEYBOARD)), 4x4)
|
|
SWAP_HANDS_ENABLE = no
|
|
endif |