|
|
6 years ago | |
|---|---|---|
| .. | ||
| eager_pk.c | b8c3f4c60b quantum/debounce: Added sym_pk debounce algorithm (#8587) | 6 years ago |
| eager_pr.c | cc38627816 format code according to conventions [skip ci] | 6 years ago |
| readme.md | 17e7762de7 Eager Per Row Debouncing added (added to Ergodox) (#5498) | 7 years ago |
| sym_g.c | b624f32f94 clang-format changes | 7 years ago |
| sym_pk.c | b8c3f4c60b quantum/debounce: Added sym_pk debounce algorithm (#8587) | 6 years ago |
Debounce algorithms belong in this folder. Here are a few ideas
1) Global vs Per-Key vs Per-Row
2) Eager vs symmetric vs asymmetric
3) Timestamp vs cycles
The default algorithm is symmetric and global. Here are a few that could be implemented:
sym_g.c sym_pk.c sym_pr.c sym_pr_cycles.c eager_g.c eager_pk.c eager_pr.c //could be used in ergo-dox!