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) |
[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 3077863750..ab9bed09c0 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 |