aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_debounce_type.md
Commit message (Collapse)AuthorAgeFilesLines
* quantum/debounce: rename debouncing algorithms (#9564)Purdea Andrei2020-09-061-19/+127
| | | | | | | * 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
* quantum/debounce: Added sym_pk debounce algorithm (#8587)Purdea Andrei2020-04-111-0/+1
| | | | | | | | | | | | | | | | | | | | * 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>
* Update debounce docs (#7355)Drashna Jaelre2019-11-141-5/+5
|
* Eager Per Row Debouncing added (added to Ergodox) (#5498)Alex Ong2019-04-031-1/+4
| | | | | | | | | | | | | | | | | | | | * 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.
* Clean up debounce a bit (#5255)James Churchill2019-03-041-19/+12
|
* Stricter, leaner DEBOUNCE_TYPE section in common_features.mk. Cleanup ↵alex-ong2019-01-271-0/+46
debounce_type.mk