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/inett_studio | |
parent | c0f16be50fec33cdb30386ac512efb900f3f7470 (diff) |
Update ISSI LED types (#22099)
Diffstat (limited to 'keyboards/inett_studio')
-rw-r--r-- | keyboards/inett_studio/sqx/hotswap/hotswap.c | 2 | ||||
-rw-r--r-- | keyboards/inett_studio/sqx/universal/universal.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/inett_studio/sqx/hotswap/hotswap.c b/keyboards/inett_studio/sqx/hotswap/hotswap.c index 7f5e298c4c..4d77a4829e 100644 --- a/keyboards/inett_studio/sqx/hotswap/hotswap.c +++ b/keyboards/inett_studio/sqx/hotswap/hotswap.c @@ -20,7 +20,7 @@ #include "hotswap.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] = { /* Refer to IS31 manual for these locations * driver * | R location diff --git a/keyboards/inett_studio/sqx/universal/universal.c b/keyboards/inett_studio/sqx/universal/universal.c index 9715f28b78..3ba42e9995 100644 --- a/keyboards/inett_studio/sqx/universal/universal.c +++ b/keyboards/inett_studio/sqx/universal/universal.c @@ -20,7 +20,7 @@ #include "universal.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] = { /* Refer to IS31 manual for these locations * driver * | R location |