Commit Graph

3 Commits (8ac9940a76f09d4a47be342fc123306ecbfb27f3)

Author SHA1 Message Date
Alex Ong 17e7762de7 Eager Per Row Debouncing added (added to Ergodox) (#5498)
* 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.
6 years ago
James Churchill c7c4937eef Clean up debounce a bit (#5255) 6 years ago
alex-ong d0b691df0e DO NOT USE - debounce successfully compiled. 6 years ago