Make RGB init write to eeprom once

master
Drashna Jaelre 6 years ago committed by MechMerlin
parent 2abb29402a
commit 3d15038dd4

@ -273,7 +273,7 @@ void matrix_init_rgb(void) {
default:
rgblight_sethsv_noeeprom_cyan(); break;
}
rgblight_mode_noeeprom(1);
rgblight_mode(RGBLIGHT_MODE_STATIC_LIGHT);
}
}

Loading…
Cancel
Save