index
:
qmk_firmware
master
QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
debounce
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
Debounce: Deprecate num_rows parameter (#25632)
フィルターペーパー
8
-18
/
+18
2025-09-07
Refactor debounce algorithm with static allocation (#25515)
フィルターペーパー
8
-395
/
+371
2025-01-19
Consolidate timer_elapsed implementations (#24830)
Joel Challis
1
-0
/
+1
2024-01-30
Update asymmetric debounce code comment (#22981)
フィルターペーパー
1
-2
/
+3
2023-09-25
[Enhancement] Improvements for debounce test coverage + bug fixes for sym_def...
Andre Brait
14
-18
/
+422
2023-07-09
debounce: remove direct `quantum.h` includes (#21480)
Ryan
9
-18
/
+9
2023-06-08
Reset `matrix_need_update` properly in eager debouncing algorithms (#21154)
dexter93
3
-0
/
+4
2022-07-07
Make debounce() signal changes in the cooked matrix as return value (#17554)
Stefan Kerkmann
8
-22
/
+62
2022-02-12
Format code according to conventions (#16322)
QMK Bot
4
-4
/
+8
2021-12-27
Format code according to conventions (#15590)
QMK Bot
1
-15
/
+30
2021-12-27
Add sym_defer_pr debouncer type (#14948)
Chad Austin
4
-0
/
+301
2021-11-29
[Core] Remove matrix_is_modified() and debounce_is_active() (#15349)
Stefan Kerkmann
6
-8
/
+0
2021-11-19
Move tmk_core/common/<plat> (#13918)
Joel Challis
1
-1
/
+1
2021-11-01
Manually format develop (#15003)
Joel Challis
12
-172
/
+231
2021-06-16
Add asym_eager_defer_pk debounce type (#12689)
Simon Arlott
4
-1
/
+552
2021-06-09
Avoid 8-bit timer overflows in debounce algorithms (#12240)
Simon Arlott
13
-87
/
+1506
2021-01-29
Enforce memory allocator for ChibiOS builds with allocating debounce algorith...
Nick Brassel
3
-0
/
+18
2020-12-17
Run cformat and dos2unix manually (#11235)
Ryan
1
-5
/
+5
2020-09-06
quantum/debounce: rename debouncing algorithms (#9564)
Purdea Andrei
5
-28
/
+0
2020-04-11
quantum/debounce: Added sym_pk debounce algorithm (#8587)
Purdea Andrei
2
-7
/
+112
2020-04-11
format code according to conventions [skip ci]
QMK Bot
2
-10
/
+10
2020-04-11
Various fixes to how timer differences are calculated (#8585)
Purdea Andrei
2
-2
/
+22
2019-08-30
clang-format changes
skullY
3
-111
/
+106
2019-07-09
Fix debouncing issue for eager algorithms (#6081)
Drashna Jaelre
2
-11
/
+22
2019-04-18
[core] Fix for eager_pr #5643
Alex Ong
1
-1
/
+2
2019-04-15
Eager pk/pr optimization (#5621)
Alex Ong
2
-91
/
+72
2019-04-03
Eager Per Row Debouncing added (added to Ergodox) (#5498)
Alex Ong
2
-1
/
+101
2019-03-04
Clean up debounce a bit (#5255)
James Churchill
3
-9
/
+9
2019-01-27
Fix compile error in debounce_eager_pk
alex-ong
1
-2
/
+2
2019-01-26
Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...
alex-ong
1
-3
/
+3
2019-01-26
Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.
alex-ong
1
-2
/
+5
2019-01-26
Fixed compilation error with debounce_sym_g
Alex Ong
1
-2
/
+2
2019-01-26
Bug fix - was using MATRIX_ROWS instead of num_rows
Alex Ong
1
-1
/
+1
2019-01-26
Moved debouncing_time variable to inside #if debounce
alex-ong
1
-3
/
+2
2019-01-26
Working eager_pk
alex-ong
1
-23
/
+18
2019-01-26
DO NOT USE Revert back to original API to support split_keyboards.
alex-ong
1
-4
/
+4
2019-01-26
DO NOT USE - debounce successfully compiled.
alex-ong
3
-0
/
+209