aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuztard <buz@netbuz.org>2019-11-05 21:05:42 +0100
committerDrashna Jaelre <drashna@live.com>2019-11-05 12:05:42 -0800
commited0575fc8aacdfdd83a31fc98df2b1cad2e977f4 (patch)
tree31df9b466c5ac14f851232b18c8dc36b4cf8e85e
parent7c0edbe800c4c5ee7fee870f7355f895bb714e4c (diff)
downloadfirmware-ed0575fc8aacdfdd83a31fc98df2b1cad2e977f4.tar.gz
firmware-ed0575fc8aacdfdd83a31fc98df2b1cad2e977f4.tar.bz2
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.mk6
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 @@
-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