use per key debounce
https://kbd.news/QMK-debounce-masterclass-1435.html
This commit is contained in:
parent
88e81b81c9
commit
0f77f09f94
1 changed files with 3 additions and 0 deletions
3
rules.mk
3
rules.mk
|
@ -21,3 +21,6 @@ endif
|
|||
|
||||
# good optimizations
|
||||
LTO_ENABLE = yes
|
||||
|
||||
# debounce per key
|
||||
DEBOUNCE_TYPE = sym_eager_pk
|
||||
|
|
Loading…
Reference in a new issue