summaryrefslogtreecommitdiff
path: root/quantum/debounce
AgeCommit message (Expand)Author
2024-01-30Update asymmetric debounce code comment (#22981)フィルターペーパー
2023-09-25[Enhancement] Improvements for debounce test coverage + bug fixes for sym_def...Andre Brait
2023-07-09debounce: remove direct `quantum.h` includes (#21480)Ryan
2023-06-08Reset `matrix_need_update` properly in eager debouncing algorithms (#21154)dexter93
2022-07-07Make debounce() signal changes in the cooked matrix as return value (#17554)Stefan Kerkmann
2022-02-12Format code according to conventions (#16322)QMK Bot
2021-12-27Format code according to conventions (#15590)QMK Bot
2021-12-27Add sym_defer_pr debouncer type (#14948)Chad Austin
2021-11-29[Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann
2021-11-19Move tmk_core/common/<plat> (#13918)Joel Challis
2021-11-01Manually format develop (#15003)Joel Challis
2021-06-16Add asym_eager_defer_pk debounce type (#12689)Simon Arlott
2021-06-09Avoid 8-bit timer overflows in debounce algorithms (#12240)Simon Arlott
2021-01-29Enforce memory allocator for ChibiOS builds with allocating debounce algorith...Nick Brassel
2020-12-17Run cformat and dos2unix manually (#11235)Ryan
2020-09-06quantum/debounce: rename debouncing algorithms (#9564)Purdea Andrei
2020-04-11quantum/debounce: Added sym_pk debounce algorithm (#8587)Purdea Andrei
2020-04-11format code according to conventions [skip ci]QMK Bot
2020-04-11Various fixes to how timer differences are calculated (#8585)Purdea Andrei
2019-08-30clang-format changesskullY
2019-07-09Fix debouncing issue for eager algorithms (#6081)Drashna Jaelre
2019-04-18[core] Fix for eager_pr #5643Alex Ong
2019-04-15Eager pk/pr optimization (#5621)Alex Ong
2019-04-03Eager Per Row Debouncing added (added to Ergodox) (#5498)Alex Ong
2019-03-04Clean up debounce a bit (#5255)James Churchill
2019-01-27Fix compile error in debounce_eager_pkalex-ong
2019-01-26Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...alex-ong
2019-01-26Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.alex-ong
2019-01-26Fixed compilation error with debounce_sym_gAlex Ong
2019-01-26Bug fix - was using MATRIX_ROWS instead of num_rowsAlex Ong
2019-01-26Moved debouncing_time variable to inside #if debouncealex-ong
2019-01-26Working eager_pkalex-ong
2019-01-26DO NOT USE Revert back to original API to support split_keyboards.alex-ong
2019-01-26DO NOT USE - debounce successfully compiled.alex-ong