aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/debounce
AgeCommit message (Expand)Author
2019-04-18[core] Fix for eager_pr #5643Gravatar Alex Ong
2019-04-15Eager pk/pr optimization (#5621)Gravatar Alex Ong
2019-04-03Eager Per Row Debouncing added (added to Ergodox) (#5498)Gravatar Alex Ong
2019-03-04Clean up debounce a bit (#5255)Gravatar James Churchill
2019-01-27Fix compile error in debounce_eager_pkGravatar alex-ong
2019-01-26Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...Gravatar alex-ong
2019-01-26Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.Gravatar alex-ong
2019-01-26Fixed compilation error with debounce_sym_gGravatar Alex Ong
2019-01-26Bug fix - was using MATRIX_ROWS instead of num_rowsGravatar Alex Ong
2019-01-26Moved debouncing_time variable to inside #if debounceGravatar alex-ong
2019-01-26Working eager_pkGravatar alex-ong
2019-01-26DO NOT USE Revert back to original API to support split_keyboards.Gravatar alex-ong
2019-01-26DO NOT USE - debounce successfully compiled.Gravatar alex-ong