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/dztech/dz65rgb/v1 | |
parent | 62db54dc32e9190785774117b48284a32c9892ca (diff) |
Update keyboard LED driver configs (#22638)
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 a0a355e120..6e8cf96e4c 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 is31fl3731_led_t PROGMEM g_is31fl3731_leds[RGB_MATRIX_LED_COUNT] = { +const is31fl3731_led_t PROGMEM g_is31fl3731_leds[IS31FL3731_LED_COUNT] = { { 0, C8_8, C7_8, C6_8 }, { 0, C9_8, C7_7, C6_7 }, { 0, C9_7, C8_7, C6_6 }, |