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/hs60 | |
| parent | 62db54dc32e9190785774117b48284a32c9892ca (diff) | |
Update keyboard LED driver configs (#22638)
Diffstat (limited to 'keyboards/hs60')
| -rw-r--r-- | keyboards/hs60/v1/v1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/hs60/v1/v1.c b/keyboards/hs60/v1/v1.c index 50f6215a02..f68bcbdf9e 100644 --- a/keyboards/hs60/v1/v1.c +++ b/keyboards/hs60/v1/v1.c | |||
| @@ -91,7 +91,7 @@ void raw_hid_receive( uint8_t *data, uint8_t length ) | |||
| 91 | 91 | ||
| 92 | #ifdef HS60_ANSI | 92 | #ifdef HS60_ANSI |
| 93 | 93 | ||
| 94 | const is31fl3731_led_t PROGMEM g_is31fl3731_leds[RGB_MATRIX_LED_COUNT] = { | 94 | const is31fl3731_led_t PROGMEM g_is31fl3731_leds[IS31FL3731_LED_COUNT] = { |
| 95 | /* Refer to IS31 manual for these locations | 95 | /* Refer to IS31 manual for these locations |
| 96 | * driver | 96 | * driver |
| 97 | * | R location | 97 | * | R location |
| @@ -199,7 +199,7 @@ led_config_t g_led_config = { { | |||
| 199 | 199 | ||
| 200 | #else | 200 | #else |
| 201 | 201 | ||
| 202 | const is31fl3731_led_t PROGMEM g_is31fl3731_leds[RGB_MATRIX_LED_COUNT] = { | 202 | const is31fl3731_led_t PROGMEM g_is31fl3731_leds[IS31FL3731_LED_COUNT] = { |
| 203 | /* Refer to IS31 manual for these locations | 203 | /* Refer to IS31 manual for these locations |
| 204 | * driver | 204 | * driver |
| 205 | * | R location | 205 | * | R location |
