8170be5b10
Set RGB_MATRIX_SPLIT_RIGHT=yes when flashing the right hand side of the keyboard.
10 lines
266 B
Makefile
10 lines
266 B
Makefile
RGB_MATRIX_SPLIT_RIGHT = no # if no, order LEDs for left hand, if yes, order LEDs for right hand
|
|
|
|
ifeq ($(strip $(RGB_MATRIX_SPLIT_RIGHT)), yes)
|
|
OPT_DEFS += -DRGB_MATRIX_SPLIT_RIGHT
|
|
endif
|
|
|
|
SRC += rev1/matrix.c
|
|
SRC += rev1/split_util.c
|
|
SRC += rev1/split_scomm.c
|