From 81df54308687713371ed5fbf4947e38963c7867b Mon Sep 17 00:00:00 2001 From: フィルターペーパー Date: Sun, 19 Oct 2025 10:14:37 +0800 Subject: Debounce: Deprecate num_rows parameter (#25632) --- docs/ChangeLog/20251130/PR25632.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/ChangeLog/20251130/PR25632.md (limited to 'docs/ChangeLog') diff --git a/docs/ChangeLog/20251130/PR25632.md b/docs/ChangeLog/20251130/PR25632.md new file mode 100644 index 0000000000..39136067b9 --- /dev/null +++ b/docs/ChangeLog/20251130/PR25632.md @@ -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. -- cgit v1.2.3