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/dztech/dz65rgb/v1 | |
parent | c0f16be50fec33cdb30386ac512efb900f3f7470 (diff) |
Update ISSI LED types (#22099)
Diffstat (limited to 'keyboards/dztech/dz65rgb/v1')
-rw-r--r-- | keyboards/dztech/dz65rgb/v1/v1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dztech/dz65rgb/v1/v1.c b/keyboards/dztech/dz65rgb/v1/v1.c index a3b7bdfb5b..a0a355e120 100644 --- a/keyboards/dztech/dz65rgb/v1/v1.c +++ b/keyboards/dztech/dz65rgb/v1/v1.c @@ -16,7 +16,7 @@ #include "quantum.h" #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] = { { 0, C8_8, C7_8, C6_8 }, { 0, C9_8, C7_7, C6_7 }, { 0, C9_7, C8_7, C6_6 }, |