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/keychron/q7 | |
parent | 62db54dc32e9190785774117b48284a32c9892ca (diff) |
Update keyboard LED driver configs (#22638)
Diffstat (limited to 'keyboards/keychron/q7')
-rw-r--r-- | keyboards/keychron/q7/ansi/ansi.c | 2 | ||||
-rw-r--r-- | keyboards/keychron/q7/iso/iso.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/keychron/q7/ansi/ansi.c b/keyboards/keychron/q7/ansi/ansi.c index 190c110a77..dfb8cd1295 100644 --- a/keyboards/keychron/q7/ansi/ansi.c +++ b/keyboards/keychron/q7/ansi/ansi.c @@ -20,7 +20,7 @@ // clang-format off -const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = { +const snled27351_led_t PROGMEM g_snled27351_leds[SNLED27351_LED_COUNT] = { /* Refer to SNLED27351 manual for these locations * driver * | R location diff --git a/keyboards/keychron/q7/iso/iso.c b/keyboards/keychron/q7/iso/iso.c index 13354b9f0b..7564099156 100644 --- a/keyboards/keychron/q7/iso/iso.c +++ b/keyboards/keychron/q7/iso/iso.c @@ -18,7 +18,7 @@ #ifdef RGB_MATRIX_ENABLE -const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = { +const snled27351_led_t PROGMEM g_snled27351_leds[SNLED27351_LED_COUNT] = { /* Refer to SNLED27351 manual for these locations * driver * | R location |