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/wilba_tech/wt_mono_backlight.c | |
parent | c0f16be50fec33cdb30386ac512efb900f3f7470 (diff) |
Update ISSI LED types (#22099)
Diffstat (limited to 'keyboards/wilba_tech/wt_mono_backlight.c')
-rw-r--r-- | keyboards/wilba_tech/wt_mono_backlight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/wilba_tech/wt_mono_backlight.c b/keyboards/wilba_tech/wt_mono_backlight.c index 57610f5b98..a1545a668b 100644 --- a/keyboards/wilba_tech/wt_mono_backlight.c +++ b/keyboards/wilba_tech/wt_mono_backlight.c @@ -52,7 +52,7 @@ backlight_config g_config = { .color_1 = MONO_BACKLIGHT_COLOR_1, }; -const is31_led PROGMEM g_is31_leds[LED_MATRIX_LED_COUNT] = { +const is31fl3736_led_t PROGMEM g_is31fl3736_leds[LED_MATRIX_LED_COUNT] = { {0, A_1}, {0, A_2}, {0, A_3}, |