diff options
author | Ryan <fauxpark@gmail.com> | 2023-10-04 20:12:50 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 20:12:50 +1100 |
commit | d99dbe4d56a5d414b8d131bf703257172af91b70 (patch) | |
tree | fa8b7212734413a48e3232fdc45f30047e62fa3d /keyboards/mechlovin/delphine | |
parent | c0f16be50fec33cdb30386ac512efb900f3f7470 (diff) |
Update ISSI LED types (#22099)
Diffstat (limited to 'keyboards/mechlovin/delphine')
-rw-r--r-- | keyboards/mechlovin/delphine/rgb_led/rgb_led.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mechlovin/delphine/rgb_led/rgb_led.c b/keyboards/mechlovin/delphine/rgb_led/rgb_led.c index 02a011ba4b..a55143f2e1 100644 --- a/keyboards/mechlovin/delphine/rgb_led/rgb_led.c +++ b/keyboards/mechlovin/delphine/rgb_led/rgb_led.c @@ -18,7 +18,7 @@ #ifdef RGB_MATRIX_ENABLE -const is31_led PROGMEM g_is31_leds[RGB_MATRIX_LED_COUNT] = { +const is31fl3731_led_t PROGMEM g_is31fl3731_leds[RGB_MATRIX_LED_COUNT] = { // left CA {0, C5_2, C6_2, C7_2}, //D2-0 {0, C1_1, C3_2, C4_2}, //D20-1 |