diff options
author | buztard <buz@netbuz.org> | 2019-11-05 21:05:42 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-11-05 12:05:42 -0800 |
commit | ed0575fc8aacdfdd83a31fc98df2b1cad2e977f4 (patch) | |
tree | 31df9b466c5ac14f851232b18c8dc36b4cf8e85e | |
parent | 7c0edbe800c4c5ee7fee870f7355f895bb714e4c (diff) | |
download | qmk_firmware-ed0575fc8aacdfdd83a31fc98df2b1cad2e977f4.tar.gz qmk_firmware-ed0575fc8aacdfdd83a31fc98df2b1cad2e977f4.zip |
[Keyboard] Remove RGB_MATRIX_SPLIT_RIGHT from crkbd (#7267)
The need for this was dropped in 947e61eaebf168c0c60be34914141cff9a69e599
-rw-r--r-- | keyboards/crkbd/rev1/rules.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/crkbd/rev1/rules.mk b/keyboards/crkbd/rev1/rules.mk index 307786375..ab9bed09c 100644 --- a/keyboards/crkbd/rev1/rules.mk +++ b/keyboards/crkbd/rev1/rules.mk | |||
@@ -1,9 +1,3 @@ | |||
1 | RGB_MATRIX_SPLIT_RIGHT = no # if no, order LEDs for left hand, if yes, order LEDs for right hand | ||
2 | |||
3 | ifeq ($(strip $(RGB_MATRIX_SPLIT_RIGHT)), yes) | ||
4 | OPT_DEFS += -DRGB_MATRIX_SPLIT_RIGHT | ||
5 | endif | ||
6 | |||
7 | SRC += matrix.c \ | 1 | SRC += matrix.c \ |
8 | split_util.c \ | 2 | split_util.c \ |
9 | split_scomm.c | 3 | split_scomm.c |