Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-30 | clang-format changes | ||
2019-07-09 | Fix debouncing issue for eager algorithms (#6081) | ||
* Fix debouncing issue for eager algos * Fix up typo issue | |||
2019-04-18 | [core] Fix for eager_pr #5643 | ||
Added extra transfer_matrix_values() call whenever counters don't need updating | |||
2019-04-15 | Eager pk/pr optimization (#5621) | ||
* Optimizations to eager_pk * eager_pr also uses changed boolean now. | |||
2019-04-03 | 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. | |||
2019-03-04 | Clean up debounce a bit (#5255) | ||
2019-01-27 | Fix compile error in debounce_eager_pk | ||
2019-01-26 | Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ↵ | ||
into debounce_refactor | |||
2019-01-26 | Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2. | ||
2019-01-26 | Fixed compilation error with debounce_sym_g | ||
2019-01-26 | Bug fix - was using MATRIX_ROWS instead of num_rows | ||
2019-01-26 | Moved debouncing_time variable to inside #if debounce | ||
2019-01-26 | Working eager_pk | ||
2019-01-26 | DO NOT USE Revert back to original API to support split_keyboards. | ||
2019-01-26 | DO NOT USE - debounce successfully compiled. | ||