summaryrefslogtreecommitdiffstats
path: root/quantum/debounce/sym_eager_pr.c
Commit message (Collapse)AuthorAgeFilesLines
* Enforce memory allocator for ChibiOS builds with allocating debounce ↵Nick Brassel2021-01-291-0/+6
| | | | algorithms (#11630)
* quantum/debounce: rename debouncing algorithms (#9564)Purdea Andrei2020-09-061-0/+110
* quantum/debounce: rename debouncing algorithms according to Issue 8763 This is the second attempt at implementation, with no ts_ and cy_ prefixes, since those will be implemented with macros. * Debouncing documentation: Refactor, add some generic info, and merge into a single document