diff options
Diffstat (limited to 'quantum/rgblight.c')
| -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) { | |||
| 279 | } | 279 | } |
| 280 | 280 | ||
| 281 | void rgblight_update_dword(uint32_t dword) { | 281 | void rgblight_update_dword(uint32_t dword) { |
| 282 | RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; | ||
| 282 | rgblight_config.raw = dword; | 283 | rgblight_config.raw = dword; |
| 283 | if (rgblight_config.enable) | 284 | if (rgblight_config.enable) |
| 284 | rgblight_mode_noeeprom(rgblight_config.mode); | 285 | rgblight_mode_noeeprom(rgblight_config.mode); |
