Skip to content

Commit

Permalink
Merge pull request #1 from Fieoner/duplicate_line_on_rev_0101
Browse files Browse the repository at this point in the history
removed duplicated ifdef
  • Loading branch information
KeychronMacro authored Dec 20, 2021
2 parents fb3ec91 + 8ea9cb8 commit bf5d3b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions keyboards/keychron/q1/rev_0101/rev_0101.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -154,4 +153,4 @@ bool encoder_update_kb(uint8_t index, bool clockwise) {
}
return true;
}
#endif
#endif

0 comments on commit bf5d3b5

Please sign in to comment.