summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/rev1/rules.mk
blob: f12849f989dc5008f14ba01855c8d944655c4895 (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 += rev1/matrix.c
SRC += rev1/split_util.c
SRC += rev1/split_scomm.c