[Keyboard] Remove RGB_MATRIX_SPLIT_RIGHT from crkbd (#7267)
The need for this was dropped in 947e61eaeb
This commit is contained in:
parent
7c0edbe800
commit
ed0575fc8a
1 changed files with 0 additions and 6 deletions
|
@ -1,9 +1,3 @@
|
||||||
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 += matrix.c \
|
SRC += matrix.c \
|
||||||
split_util.c \
|
split_util.c \
|
||||||
split_scomm.c
|
split_scomm.c
|
||||||
|
|
Loading…
Reference in a new issue