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
@@ -320,7 +320,6 @@ bool process_dynamic_macro(uint16_t keycode, keyrecord_t *record) {
}
}
return true;
break;
}
}