diff options
Diffstat (limited to 'quantum/rgb_matrix.c')
| -rw-r--r-- | quantum/rgb_matrix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/rgb_matrix.c b/quantum/rgb_matrix.c index 3c5ddba93..09803c72a 100644 --- a/quantum/rgb_matrix.c +++ b/quantum/rgb_matrix.c | |||
| @@ -321,6 +321,7 @@ static void rgb_task_timers(void) { | |||
| 321 | static void rgb_task_sync(void) { | 321 | static void rgb_task_sync(void) { |
| 322 | // next task | 322 | // next task |
| 323 | if (rgb_update_eeprom) eeconfig_update_rgb_matrix(); | 323 | if (rgb_update_eeprom) eeconfig_update_rgb_matrix(); |
| 324 | rgb_update_eeprom = false; | ||
| 324 | if (sync_timer_elapsed32(g_rgb_timer) >= RGB_MATRIX_LED_FLUSH_LIMIT) rgb_task_state = STARTING; | 325 | if (sync_timer_elapsed32(g_rgb_timer) >= RGB_MATRIX_LED_FLUSH_LIMIT) rgb_task_state = STARTING; |
| 325 | } | 326 | } |
| 326 | 327 | ||
