mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-29 20:26:56 +06:00
7 lines
252 B
Makefile
7 lines
252 B
Makefile
|
# RGB layout selection
|
||
|
RGB_ENCODERS = yes # For RGB encoders, solder on both WS2811 chips
|
||
|
STAGGERED_LAYOUT = no # If you soldered R1-A12 and R4-A12, enable this.
|
||
|
|
||
|
# Do not edit past here
|
||
|
include keyboards/$(KEYBOARD)/post_rules.mk
|