add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to rgblight_update_dword()

This commit is contained in:
mtei 2019-04-24 02:43:44 +09:00 committed by Drashna Jaelre
parent 5312131d35
commit 9f8c8c53a5
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ uint32_t rgblight_read_dword(void) {
}
void rgblight_update_dword(uint32_t dword) {
RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS;
rgblight_config.raw = dword;
if (rgblight_config.enable)
rgblight_mode_noeeprom(rgblight_config.mode);