diff options
| author | Ryan <fauxpark@gmail.com> | 2024-03-18 22:03:27 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-18 22:03:27 +1100 |
| commit | f7cf40fa77164d7be9358ce83f7f5939d71b38bc (patch) | |
| tree | 812acccac18212ae685a4dbc5e25fbe216b787ea /keyboards/wilba_tech | |
| parent | 23b7a02ebe2e6df738baa624c17e821c1573b69b (diff) | |
Add init function to RGBLight driver struct (#23076)
Diffstat (limited to 'keyboards/wilba_tech')
| -rw-r--r-- | keyboards/wilba_tech/wt_rgb_backlight.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/wilba_tech/wt_rgb_backlight.c b/keyboards/wilba_tech/wt_rgb_backlight.c index cf36288705..d03d189b29 100644 --- a/keyboards/wilba_tech/wt_rgb_backlight.c +++ b/keyboards/wilba_tech/wt_rgb_backlight.c | |||
| @@ -2237,6 +2237,9 @@ void backlight_init_drivers(void) | |||
| 2237 | is31fl3733_update_led_control_registers( 0 ); | 2237 | is31fl3733_update_led_control_registers( 0 ); |
| 2238 | is31fl3733_update_led_control_registers( 1 ); | 2238 | is31fl3733_update_led_control_registers( 1 ); |
| 2239 | #else | 2239 | #else |
| 2240 | #if defined(RGB_BACKLIGHT_DAWN60) | ||
| 2241 | ws2812_init(); | ||
| 2242 | #endif | ||
| 2240 | // Init the #1 driver | 2243 | // Init the #1 driver |
| 2241 | is31fl3731_init( 0 ); | 2244 | is31fl3731_init( 0 ); |
| 2242 | // Init the #2 driver (if used) | 2245 | // Init the #2 driver (if used) |
