From 8ea9cb8e2000d8571575a04e2d9c1f07c4ed136a Mon Sep 17 00:00:00 2001 From: Cesar Rojas Date: Thu, 2 Dec 2021 14:13:03 +0100 Subject: [PATCH] removed duplicated ifdef --- keyboards/keychron/q1/rev_0101/rev_0101.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/keyboards/keychron/q1/rev_0101/rev_0101.c b/keyboards/keychron/q1/rev_0101/rev_0101.c index 4c8f0238c34b..c712cde50141 100644 --- a/keyboards/keychron/q1/rev_0101/rev_0101.c +++ b/keyboards/keychron/q1/rev_0101/rev_0101.c @@ -16,7 +16,6 @@ #include "quantum.h" -#ifdef RGB_MATRIX_ENABLE #ifdef RGB_MATRIX_ENABLE const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { /* Refer to IS31 manual for these locations @@ -154,4 +153,4 @@ bool encoder_update_kb(uint8_t index, bool clockwise) { } return true; } -#endif \ No newline at end of file +#endif