feat: increase debounce time
See https://www.reddit.com/r/olkb/comments/tyvsjr/accidental_taps_instead_of_hold_with_modtap/main
parent
ccd077cfce
commit
6cc93ee860
|
@ -30,7 +30,7 @@ make dztech_dz60rgb_wkl
|
|||
Currently firmware size:
|
||||
|
||||
```txt
|
||||
* The firmware size is fine - 15316/26624 (57%, 11308 bytes free)
|
||||
* The firmware size is fine - 15326/26624 (57%, 11298 bytes free)
|
||||
```
|
||||
|
||||
### Keymap
|
||||
|
@ -87,6 +87,7 @@ Interesting
|
|||
|
||||
- [Measure and reduce keyboard input latency with QMK on the Kinesis Advantage (2021)](https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/)
|
||||
- [A guide to home row mods](https://precondition.github.io/home-row-mods)
|
||||
- [A Modern Space Cadet](https://stevelosh.com/blog/2012/10/a-modern-space-cadet/)
|
||||
- [The SpaceFN layout: trying to end keyboard inflation](https://geekhack.org/index.php?topic=51069.0)
|
||||
- [Pascal Getreuer's QMK keymap](https://github.com/getreuer/qmk-keymap)
|
||||
- [Miryoku](https://github.com/manna-harbour/miryoku)
|
||||
|
|
|
@ -60,4 +60,4 @@
|
|||
|
||||
// https://github.com/qmk/qmk_firmware/blob/master/docs/feature_debounce_type.md
|
||||
#undef DEBOUNCE
|
||||
#define DEBOUNCE 5
|
||||
#define DEBOUNCE 10
|
||||
|
|
Loading…
Reference in New Issue