summaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
authormtei <2170248+mtei@users.noreply.github.com>2019-04-23 19:43:44 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-24 21:52:15 +0200
commit9f8c8c53a51ec6bb8acd55683b1d024558b071ab (patch)
tree2e95d014f8c3828ea84d3204dcb67a8c5d6d48dd /quantum
parent5312131d35ee389231bfc596625ac5915264cc16 (diff)
downloadqmk_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.c1
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);