add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to rgblight_update_dword()

pull/5990/head
mtei 6 years ago committed by Drashna Jaelre
parent 2e76759f76
commit 5a7085b642
No known key found for this signature in database
GPG Key ID: 4C4221222CD5F9F0

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

Loading…
Cancel
Save