commit: f165eb5cc96b4b987020ad4cba73a0643525be4f
parent dc5befd13906f193f6ee8c2f9ace01100a167b20
Author: Joel Challis <git@zvecr.com>
Date: Sat, 16 Dec 2023 15:43:53 +0000
Remove redundant rgblight eeconfig init (#22674)
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/quantum/rgblight/rgblight.c b/quantum/rgblight/rgblight.c
@@ -229,13 +229,7 @@ void rgblight_init(void) {
return;
}
- dprintf("rgblight_init called.\n");
dprintf("rgblight_init start!\n");
- if (!eeconfig_is_enabled()) {
- dprintf("rgblight_init eeconfig is not enabled.\n");
- eeconfig_init();
- eeconfig_update_rgblight_default();
- }
rgblight_config.raw = eeconfig_read_rgblight();
RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS;
if (!rgblight_config.mode) {