diff options
author | mtei <2170248+mtei@users.noreply.github.com> | 2019-04-23 19:43:44 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-24 21:52:15 +0200 |
commit | 9f8c8c53a51ec6bb8acd55683b1d024558b071ab (patch) | |
tree | 2e95d014f8c3828ea84d3204dcb67a8c5d6d48dd /quantum | |
parent | 5312131d35ee389231bfc596625ac5915264cc16 (diff) | |
download | qmk_firmware-9f8c8c53a51ec6bb8acd55683b1d024558b071ab.tar.gz qmk_firmware-9f8c8c53a51ec6bb8acd55683b1d024558b071ab.tar.xz |
add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to rgblight_update_dword()
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/rgblight.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c index 0b90b79ea..2f23768ed 100644 --- a/quantum/rgblight.c +++ b/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); |