Explorar o código

add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to rgblight_update_dword()

mtei %!s(int64=6) %!d(string=hai) anos
pai
achega
9f8c8c53a5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      quantum/rgblight.c

+ 1 - 0
quantum/rgblight.c

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