summaryrefslogtreecommitdiff
path: root/quantum/debounce.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-19Debounce: Deprecate num_rows parameter (#25632)フィルターペーパー1-3/+2
2025-09-07Refactor debounce algorithm with static allocation (#25515)フィルターペーパー1-2/+0
2023-07-09debounce: remove direct `quantum.h` includes (#21480)Ryan1-0/+4
2022-07-07Make debounce() signal changes in the cooked matrix as return value (#17554)Stefan Kerkmann1-5/+11
2021-11-29[Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann1-2/+0
2021-06-09Avoid 8-bit timer overflows in debounce algorithms (#12240)Simon Arlott1-0/+2
2019-01-26Removed #include "matrix.h" from debounce.hAlex Ong1-2/+0
2019-01-26Restored debounce.h since there wasnt any real change.alex-ong1-17/+4
2019-01-26DO NOT USE Revert back to original API to support split_keyboards.alex-ong1-2/+2
2019-01-26DO NOT USE - debounce successfully compiled.alex-ong1-5/+20
2019-01-17Simplify split_common Code significantly (#4772)James Churchill1-0/+11