diff options
author | Ryan <fauxpark@gmail.com> | 2023-12-19 07:13:08 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 20:13:08 +0000 |
commit | b9e81c06911a4e3345acf09cd499a9661eea67b8 (patch) | |
tree | 40563c20998af731c5beea0982f4b8ba8a3218e4 /keyboards/inett_studio/sqx | |
parent | 62db54dc32e9190785774117b48284a32c9892ca (diff) |
Update keyboard LED driver configs (#22638)
Diffstat (limited to 'keyboards/inett_studio/sqx')
-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 4d77a4829e..079889e727 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 is31fl3731_led_t PROGMEM g_is31fl3731_leds[RGB_MATRIX_LED_COUNT] = { +const is31fl3731_led_t PROGMEM g_is31fl3731_leds[IS31FL3731_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 3ba42e9995..519df57505 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 is31fl3731_led_t PROGMEM g_is31fl3731_leds[RGB_MATRIX_LED_COUNT] = { +const is31fl3731_led_t PROGMEM g_is31fl3731_leds[IS31FL3731_LED_COUNT] = { /* Refer to IS31 manual for these locations * driver * | R location |