summaryrefslogtreecommitdiff
path: root/quantum/debounce.h
AgeCommit message (Expand)Author
2023-07-09debounce: remove direct `quantum.h` includes (#21480)Ryan
2022-07-07Make debounce() signal changes in the cooked matrix as return value (#17554)Stefan Kerkmann
2021-11-29[Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann
2021-06-09Avoid 8-bit timer overflows in debounce algorithms (#12240)Simon Arlott
2019-01-26Removed #include "matrix.h" from debounce.hAlex Ong
2019-01-26Restored debounce.h since there wasnt any real change.alex-ong
2019-01-26DO NOT USE Revert back to original API to support split_keyboards.alex-ong
2019-01-26DO NOT USE - debounce successfully compiled.alex-ong
2019-01-17Simplify split_common Code significantly (#4772)James Churchill