aboutsummaryrefslogtreecommitdiff
path: root/quantum/led_matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/led_matrix.c')
-rw-r--r--quantum/led_matrix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/led_matrix.c b/quantum/led_matrix.c
index e7e933e1d..9b6151604 100644
--- a/quantum/led_matrix.c
+++ b/quantum/led_matrix.c
@@ -286,6 +286,7 @@ static void led_task_timers(void) {
286static void led_task_sync(void) { 286static void led_task_sync(void) {
287 // next task 287 // next task
288 if (led_update_eeprom) eeconfig_update_led_matrix(); 288 if (led_update_eeprom) eeconfig_update_led_matrix();
289 led_update_eeprom = false;
289 if (sync_timer_elapsed32(g_led_timer) >= LED_MATRIX_LED_FLUSH_LIMIT) led_task_state = STARTING; 290 if (sync_timer_elapsed32(g_led_timer) >= LED_MATRIX_LED_FLUSH_LIMIT) led_task_state = STARTING;
290} 291}
291 292