Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot 2024-03-24 00:20:35 +00:00
commit 0135b95e25

View File

@ -243,12 +243,12 @@ void rgblight_init(void) {
rgblight_timer_init(); // setup the timer
rgblight_driver.init();
if (rgblight_config.enable) {
rgblight_mode_noeeprom(rgblight_config.mode);
}
rgblight_driver.init();
is_rgblight_initialized = true;
}