blob: 307786375077a2562a83c27eb203a0c457bdf50a (
plain)
1
2
3
4
5
6
7
8
9
|
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 \
split_util.c \
split_scomm.c
|