summaryrefslogtreecommitdiffstats
path: root/quantum/debounce
Commit message (Expand)AuthorAgeFilesLines
* debounce: remove direct `quantum.h` includes (#21480)Ryan2023-07-099-18/+9
* Reset `matrix_need_update` properly in eager debouncing algorithms (#21154)dexter932023-06-083-0/+4
* Make debounce() signal changes in the cooked matrix as return value (#17554)Stefan Kerkmann2022-07-078-22/+62
* Format code according to conventions (#16322)QMK Bot2022-02-124-4/+8
* Format code according to conventions (#15590)QMK Bot2021-12-271-15/+30
* Add sym_defer_pr debouncer type (#14948)Chad Austin2021-12-274-0/+301
* [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-296-8/+0
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-191-1/+1
* Manually format develop (#15003)Joel Challis2021-11-0112-172/+231
* Add asym_eager_defer_pk debounce type (#12689)Simon Arlott2021-06-164-1/+552
* Avoid 8-bit timer overflows in debounce algorithms (#12240)Simon Arlott2021-06-0913-87/+1506
* Enforce memory allocator for ChibiOS builds with allocating debounce algorith...Nick Brassel2021-01-293-0/+18
* Run cformat and dos2unix manually (#11235)Ryan2020-12-171-5/+5
* quantum/debounce: rename debouncing algorithms (#9564)Purdea Andrei2020-09-065-28/+0
* quantum/debounce: Added sym_pk debounce algorithm (#8587)Purdea Andrei2020-04-112-7/+112
* format code according to conventions [skip ci]QMK Bot2020-04-112-10/+10
* Various fixes to how timer differences are calculated (#8585)Purdea Andrei2020-04-112-2/+22
* clang-format changesskullY2019-08-303-111/+106
* Fix debouncing issue for eager algorithms (#6081)Drashna Jaelre2019-07-092-11/+22
* [core] Fix for eager_pr #5643Alex Ong2019-04-181-1/+2
* Eager pk/pr optimization (#5621)Alex Ong2019-04-152-91/+72
* Eager Per Row Debouncing added (added to Ergodox) (#5498)Alex Ong2019-04-032-1/+101
* Clean up debounce a bit (#5255)James Churchill2019-03-043-9/+9
* Fix compile error in debounce_eager_pkalex-ong2019-01-271-2/+2
* Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...alex-ong2019-01-261-3/+3
|\
| * Fixed compilation error with debounce_sym_gAlex Ong2019-01-261-2/+2
| * Bug fix - was using MATRIX_ROWS instead of num_rowsAlex Ong2019-01-261-1/+1
* | Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.alex-ong2019-01-261-2/+5
|/
* Moved debouncing_time variable to inside #if debouncealex-ong2019-01-261-3/+2
* Working eager_pkalex-ong2019-01-261-23/+18
* DO NOT USE Revert back to original API to support split_keyboards.alex-ong2019-01-261-4/+4
* DO NOT USE - debounce successfully compiled.alex-ong2019-01-263-0/+209