Add init function to RGBLight driver struct (#23076)
This commit is contained in:
parent
23b7a02ebe
commit
f7cf40fa77
42 changed files with 306 additions and 93 deletions
|
@ -247,6 +247,8 @@ void rgblight_init(void) {
|
|||
rgblight_mode_noeeprom(rgblight_config.mode);
|
||||
}
|
||||
|
||||
rgblight_driver.init();
|
||||
|
||||
is_rgblight_initialized = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue