summaryrefslogtreecommitdiff
path: root/docs/feature_debounce_type.md
AgeCommit message (Collapse)Author
2023-04-04Add debounce time description (#20333)Albert Y
2023-04-04Use table for debounce algorithm description (#20322)Albert Y
2021-12-27Add sym_defer_pr debouncer type (#14948)Chad Austin
2021-08-09Remove backwards compatibility of debounce names (#13877)Joel Challis
* Remove backwards compatibility of debounce names * Update docs * Update keyboards/keymaps
2021-06-16Add asym_eager_defer_pk debounce type (#12689)Simon Arlott
2020-12-28Ensure single newline at EOF for core files (#11310)Ryan
2020-10-13Fix typo within debounce documentation (#10600)shela
2020-09-06quantum/debounce: rename debouncing algorithms (#9564)Purdea Andrei
* 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
2020-04-11quantum/debounce: Added sym_pk debounce algorithm (#8587)Purdea Andrei
* quantum/debounce: Added sym_pk debounce algorithm * Apply suggestions from code review Co-Authored-By: Ryan <fauxpark@gmail.com> * quantum/debounce/sym_pk: delete comments and rename functions following code review * quantum/debounce/sym_pk: Modifications for code readability according to code review * quantum/debounce/sym_pk: Modifications for code readability according to code review (2) * quantum/debounce/sym_pk: code review: cleaner code Co-Authored-By: Nick Brassel <nick@tzarc.org> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2019-11-14Update debounce docs (#7355)Drashna Jaelre
2019-04-03Eager Per Row Debouncing added (added to Ergodox) (#5498)Alex Ong
* Implemented Eager Per Row debouncing algorithm. Good for when fingers can only press one row at a time (e.g. when keyboard is wired so that "rows" are vertical) * Added documentation for eager_pr * Ported ergodox_ez to eager_pr debouncing. * Removed check for changes in matrix_scan. * Added further clarification in docs. * Accidental merge with ergodox_ez * Small cleanup in eager_pr * Forgot to debounce_init - this would probably cause seg-faults.
2019-03-04Clean up debounce a bit (#5255)James Churchill
2019-01-27Stricter, leaner DEBOUNCE_TYPE section in common_features.mk. Cleanup ↵alex-ong
debounce_type.mk