mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-06 07:51:44 +01:00
Add init function to RGBLight driver struct (#23076)
This commit is contained in:
@@ -2237,6 +2237,9 @@ void backlight_init_drivers(void)
|
||||
is31fl3733_update_led_control_registers( 0 );
|
||||
is31fl3733_update_led_control_registers( 1 );
|
||||
#else
|
||||
#if defined(RGB_BACKLIGHT_DAWN60)
|
||||
ws2812_init();
|
||||
#endif
|
||||
// Init the #1 driver
|
||||
is31fl3731_init( 0 );
|
||||
// Init the #2 driver (if used)
|
||||
|
||||
Reference in New Issue
Block a user