1
0

Debounce: Deprecate num_rows parameter (#25632)

This commit is contained in:
フィルターペーパー
2025-10-19 10:14:37 +08:00
committed by GitHub
parent 4f21beb715
commit 81df543086
32 changed files with 983 additions and 1106 deletions

View File

@@ -0,0 +1,4 @@
# Changes Requiring User Action
## Debounce: Deprecate init and remove num_rows parameter [#25632](https://github.com/qmk/qmk_firmware/pull/25632)
With dynamic memory allocation removed from all debounce implementations ([#25515](https://github.com/qmk/qmk_firmware/pull/25515)), the `num_rows` parameter has been removed from the `debounce_init()` and `debounce()` functions. The `MATRIX_ROWS_PER_HAND` is now used by default in every implementation.