Skip to content

Commit bf5d3b5

Browse files
Merge pull request vial-kb#1 from Fieoner/duplicate_line_on_rev_0101
removed duplicated ifdef
2 parents fb3ec91 + 8ea9cb8 commit bf5d3b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

keyboards/keychron/q1/rev_0101/rev_0101.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
#include "quantum.h"
1818

19-
#ifdef RGB_MATRIX_ENABLE
2019
#ifdef RGB_MATRIX_ENABLE
2120
const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
2221
/* Refer to IS31 manual for these locations
@@ -154,4 +153,4 @@ bool encoder_update_kb(uint8_t index, bool clockwise) {
154153
}
155154
return true;
156155
}
157-
#endif
156+
#endif

0 commit comments

Comments
 (0)