From 941a9cb8bc898030d4c4fe5e05a23ab10cf84f57 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 21 Jul 2023 23:28:53 +0700 Subject: [PATCH] feat: lower debounce to 5 --- README.md | 4 ++++ dztech_dz60rgb_wkl/keymaps/haunt98/config.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81bc150..2fe427e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/dztech_dz60rgb_wkl/keymaps/haunt98/config.h b/dztech_dz60rgb_wkl/keymaps/haunt98/config.h index fd9213c..d0e3a9d 100644 --- a/dztech_dz60rgb_wkl/keymaps/haunt98/config.h +++ b/dztech_dz60rgb_wkl/keymaps/haunt98/config.h @@ -54,4 +54,4 @@ // Feature #undef DEBOUNCE -#define DEBOUNCE 10 +#define DEBOUNCE 5