mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-06 16:32:49 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
0135b95e25
@ -243,12 +243,12 @@ void rgblight_init(void) {
|
|||||||
|
|
||||||
rgblight_timer_init(); // setup the timer
|
rgblight_timer_init(); // setup the timer
|
||||||
|
|
||||||
|
rgblight_driver.init();
|
||||||
|
|
||||||
if (rgblight_config.enable) {
|
if (rgblight_config.enable) {
|
||||||
rgblight_mode_noeeprom(rgblight_config.mode);
|
rgblight_mode_noeeprom(rgblight_config.mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
rgblight_driver.init();
|
|
||||||
|
|
||||||
is_rgblight_initialized = true;
|
is_rgblight_initialized = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user