summaryrefslogtreecommitdiffstats
path: root/quantum/debounce
AgeCommit message (Collapse)AuthorFilesLines
2019-04-19[core] Fix for eager_pr #5643Alex Ong1-1/+2
Added extra transfer_matrix_values() call whenever counters don't need updating
2019-04-15Eager pk/pr optimization (#5621)Alex Ong2-91/+72
* Optimizations to eager_pk * eager_pr also uses changed boolean now.
2019-04-03Eager Per Row Debouncing added (added to Ergodox) (#5498)Alex Ong2-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.
2019-03-04Clean up debounce a bit (#5255)James Churchill3-9/+9
2019-01-26Fix compile error in debounce_eager_pkalex-ong1-2/+2
2019-01-26Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ↵alex-ong1-3/+3
into debounce_refactor
2019-01-26Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.alex-ong1-2/+5
2019-01-26Fixed compilation error with debounce_sym_gAlex Ong1-2/+2
2019-01-26Bug fix - was using MATRIX_ROWS instead of num_rowsAlex Ong1-1/+1
2019-01-26Moved debouncing_time variable to inside #if debouncealex-ong1-3/+2
2019-01-26Working eager_pkalex-ong1-23/+18
2019-01-26DO NOT USE Revert back to original API to support split_keyboards.alex-ong1-4/+4
2019-01-26DO NOT USE - debounce successfully compiled.alex-ong3-0/+209