mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-26 03:49:20 +02:00
453 B
453 B
Changes Requiring User Action
Debounce: Deprecate init and remove num_rows parameter #25632
With dynamic memory allocation removed from all debounce implementations (#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.