]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to rgblight_update_dword()
authormtei <2170248+mtei@users.noreply.github.com>
Tue, 23 Apr 2019 17:43:44 +0000 (02:43 +0900)
committerDrashna Jaelre <drashna@live.com>
Wed, 24 Apr 2019 19:52:15 +0000 (12:52 -0700)
quantum/rgblight.c

index 0b90b79eaf69efb83f81dc2d8d8ca83e694ab04a..2f23768ed7fecac2a28343fa373e8fbe08d4362d 100644 (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);