Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-format changes | skullY | 2019-08-30 | 3 | -111/+106 |
| | |||||
* | Fix debouncing issue for eager algorithms (#6081) | Drashna Jaelre | 2019-07-09 | 2 | -11/+22 |
| | | | | | | * Fix debouncing issue for eager algos * Fix up typo issue | ||||
* | [core] Fix for eager_pr #5643 | Alex Ong | 2019-04-18 | 1 | -1/+2 |
| | | | | Added extra transfer_matrix_values() call whenever counters don't need updating | ||||
* | Eager pk/pr optimization (#5621) | Alex Ong | 2019-04-15 | 2 | -91/+72 |
| | | | | | | * Optimizations to eager_pk * eager_pr also uses changed boolean now. | ||||
* | Eager Per Row Debouncing added (added to Ergodox) (#5498) | Alex Ong | 2019-04-03 | 2 | -1/+101 |
| | | | | | | | | | | | | | | | | | | | | * 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 | 3 | -9/+9 |
| | |||||
* | Fix compile error in debounce_eager_pk | alex-ong | 2019-01-27 | 1 | -2/+2 |
| | |||||
* | Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ↵ | alex-ong | 2019-01-26 | 1 | -3/+3 |
|\ | | | | | | | into debounce_refactor | ||||
| * | Fixed compilation error with debounce_sym_g | Alex Ong | 2019-01-26 | 1 | -2/+2 |
| | | |||||
| * | Bug fix - was using MATRIX_ROWS instead of num_rows | Alex Ong | 2019-01-26 | 1 | -1/+1 |
| | | |||||
* | | Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2. | alex-ong | 2019-01-26 | 1 | -2/+5 |
|/ | |||||
* | Moved debouncing_time variable to inside #if debounce | alex-ong | 2019-01-26 | 1 | -3/+2 |
| | |||||
* | Working eager_pk | alex-ong | 2019-01-26 | 1 | -23/+18 |
| | |||||
* | DO NOT USE Revert back to original API to support split_keyboards. | alex-ong | 2019-01-26 | 1 | -4/+4 |
| | |||||
* | DO NOT USE - debounce successfully compiled. | alex-ong | 2019-01-26 | 3 | -0/+209 |