summaryrefslogtreecommitdiff
path: root/quantum/debounce
Commit message (Expand)AuthorAge
* clang-format changesskullY2019-08-30
* Fix debouncing issue for eager algorithms (#6081)Drashna Jaelre2019-07-09
* [core] Fix for eager_pr #5643Alex Ong2019-04-18
* Eager pk/pr optimization (#5621)Alex Ong2019-04-15
* Eager Per Row Debouncing added (added to Ergodox) (#5498)Alex Ong2019-04-03
* Clean up debounce a bit (#5255)James Churchill2019-03-04
* Fix compile error in debounce_eager_pkalex-ong2019-01-27
* Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...alex-ong2019-01-26
|\
| * Fixed compilation error with debounce_sym_gAlex Ong2019-01-26
| * Bug fix - was using MATRIX_ROWS instead of num_rowsAlex Ong2019-01-26
* | Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.alex-ong2019-01-26
|/
* Moved debouncing_time variable to inside #if debouncealex-ong2019-01-26
* Working eager_pkalex-ong2019-01-26
* DO NOT USE Revert back to original API to support split_keyboards.alex-ong2019-01-26
* DO NOT USE - debounce successfully compiled.alex-ong2019-01-26