diff options
author | Joel Challis <git@zvecr.com> | 2023-12-16 15:43:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 15:43:53 +0000 |
commit | f165eb5cc96b4b987020ad4cba73a0643525be4f (patch) | |
tree | f86d1a246a81223844d46562eb2f5298bf4dbbbc /quantum/rgblight | |
parent | dc5befd13906f193f6ee8c2f9ace01100a167b20 (diff) |
Remove redundant rgblight eeconfig init (#22674)
Diffstat (limited to 'quantum/rgblight')
-rw-r--r-- | quantum/rgblight/rgblight.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/quantum/rgblight/rgblight.c b/quantum/rgblight/rgblight.c index 8c057f687d..530cb04688 100644 --- 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) { |