Remove an unreachable break statement (#26006)

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

View File

@ -320,7 +320,6 @@ bool process_dynamic_macro(uint16_t keycode, keyrecord_t *record) {
}
}
return true;
break;
}
}