~ruther/qmk_firmware

9f8c8c53a51ec6bb8acd55683b1d024558b071ab — mtei 6 years ago 5312131
add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to rgblight_update_dword()
1 files changed, 1 insertions(+), 0 deletions(-)

M quantum/rgblight.c
M quantum/rgblight.c => quantum/rgblight.c +1 -0
@@ 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);