|
|
6 年 前 | |
|---|---|---|
| .. | ||
| eager_pk.c | 37be1cb513 Fix debouncing issue for eager algorithms (#6081) | 6 年 前 |
| eager_pr.c | 37be1cb513 Fix debouncing issue for eager algorithms (#6081) | 6 年 前 |
| readme.md | 17e7762de7 Eager Per Row Debouncing added (added to Ergodox) (#5498) | 6 年 前 |
| sym_g.c | c7c4937eef Clean up debounce a bit (#5255) | 6 年 前 |
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!