From ed0575fc8aacdfdd83a31fc98df2b1cad2e977f4 Mon Sep 17 00:00:00 2001 From: buztard Date: Tue, 5 Nov 2019 21:05:42 +0100 Subject: [PATCH] [Keyboard] Remove RGB_MATRIX_SPLIT_RIGHT from crkbd (#7267) The need for this was dropped in 947e61eaebf168c0c60be34914141cff9a69e599 --- keyboards/crkbd/rev1/rules.mk | 6 ------ 1 file changed, 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