Skip to content

Commit

Permalink
add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to rgblight_update_dword()
Browse files Browse the repository at this point in the history
  • Loading branch information
mtei authored and drashna committed Apr 24, 2019
1 parent 5312131 commit 9f8c8c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/rgblight.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9f8c8c5

Please sign in to comment.