summaryrefslogtreecommitdiff
path: root/quantum/rgblight.c
diff options
context:
space:
mode:
authormtei <2170248+mtei@users.noreply.github.com>2019-04-24 02:43:44 +0900
committerDrashna Jaelre <drashna@live.com>2019-04-24 15:15:29 -0700
commit5a7085b64216a391f8c3ceda26b90827f398f3c6 (patch)
tree0a6725e3116fe10379b04c16718647b0f50322e7 /quantum/rgblight.c
parent2e76759f76299b3c0d72df022bb95815b79b70e1 (diff)
add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to rgblight_update_dword()
Diffstat (limited to 'quantum/rgblight.c')
-rw-r--r--quantum/rgblight.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c
index 0b90b79eaf..2f23768ed7 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);