Remove redundant EEPROM update (#26008)

This commit is contained in:
フィルターペーパー 2026-02-12 23:58:13 +08:00 committed by GitHub
parent 59cc10451b
commit 36cdac8fd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ void haptic_toggle(void) {
} else { } else {
haptic_enable(); haptic_enable();
} }
eeconfig_update_haptic(&haptic_config);
} }
void haptic_feedback_toggle(void) { void haptic_feedback_toggle(void) {