1
0
Fork 0

Make RGB init write to eeprom once

This commit is contained in:
Drashna Jaelre 2018-10-16 07:30:12 -07:00 committed by MechMerlin
parent 2abb29402a
commit 3d15038dd4
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}