Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eager Per Row Debouncing added (added to Ergodox) (#5498) | Alex Ong | 2019-04-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | * 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 Churchill | 2019-03-04 | 1 | -9/+9 |
| | |||||
* | DO NOT USE - debounce successfully compiled. | alex-ong | 2019-01-26 | 1 | -0/+28 |