diff options
| author | Ryan | 2023-12-18 21:13:08 +0100 |
|---|---|---|
| committer | GitHub | 2023-12-18 21:13:08 +0100 |
| commit | b9e81c06911a4e3345acf09cd499a9661eea67b8 (patch) | |
| tree | 40563c20998af731c5beea0982f4b8ba8a3218e4 /keyboards/xbows/knight_plus | |
| parent | 62db54dc32e9190785774117b48284a32c9892ca (diff) | |
Update keyboard LED driver configs (#22638)
Diffstat (limited to 'keyboards/xbows/knight_plus')
| -rw-r--r-- | keyboards/xbows/knight_plus/knight_plus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xbows/knight_plus/knight_plus.c b/keyboards/xbows/knight_plus/knight_plus.c index b84f6b964b..a5335337f1 100644 --- a/keyboards/xbows/knight_plus/knight_plus.c +++ b/keyboards/xbows/knight_plus/knight_plus.c @@ -15,7 +15,7 @@ */ #include "quantum.h" #ifdef RGB_MATRIX_ENABLE - const is31fl3731_led_t PROGMEM g_is31fl3731_leds[RGB_MATRIX_LED_COUNT] = { + const is31fl3731_led_t PROGMEM g_is31fl3731_leds[IS31FL3731_LED_COUNT] = { {0, C1_3, C2_3, C3_3}, // L01 {0, C1_4, C2_4, C3_4}, // L02 |