feat: lower debounce to 5
parent
9e869fa54b
commit
941a9cb8bc
|
@ -71,6 +71,10 @@ Build/Optimize
|
||||||
- [Reducing firmware size](https://get.vial.today/docs/firmware-size.html)
|
- [Reducing firmware size](https://get.vial.today/docs/firmware-size.html)
|
||||||
- [Configuring QMK](https://www.caniusevia.com/docs/configuring_qmk)
|
- [Configuring QMK](https://www.caniusevia.com/docs/configuring_qmk)
|
||||||
|
|
||||||
|
Blog
|
||||||
|
|
||||||
|
- [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/)
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- [x] How to flash
|
- [x] How to flash
|
||||||
|
|
|
@ -54,4 +54,4 @@
|
||||||
|
|
||||||
// Feature
|
// Feature
|
||||||
#undef DEBOUNCE
|
#undef DEBOUNCE
|
||||||
#define DEBOUNCE 10
|
#define DEBOUNCE 5
|
||||||
|
|
Loading…
Reference in New Issue