feat: lower debounce to 5

main
sudo pacman -Syu 2023-07-21 23:28:53 +07:00
parent 9e869fa54b
commit 941a9cb8bc
2 changed files with 5 additions and 1 deletions

View File

@ -71,6 +71,10 @@ Build/Optimize
- [Reducing firmware size](https://get.vial.today/docs/firmware-size.html)
- [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
- [x] How to flash

View File

@ -54,4 +54,4 @@
// Feature
#undef DEBOUNCE
#define DEBOUNCE 10
#define DEBOUNCE 5