From 6cc93ee860b30b0612d5c207a34003cfe3a4b193 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 23 Jul 2023 14:10:58 +0700 Subject: [PATCH] feat: increase debounce time See https://www.reddit.com/r/olkb/comments/tyvsjr/accidental_taps_instead_of_hold_with_modtap/ --- README.md | 3 ++- dztech_dz60rgb_wkl/keymaps/haunt98/config.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 754aeaf..f011c8e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/dztech_dz60rgb_wkl/keymaps/haunt98/config.h b/dztech_dz60rgb_wkl/keymaps/haunt98/config.h index 5a875fa..09434d9 100644 --- a/dztech_dz60rgb_wkl/keymaps/haunt98/config.h +++ b/dztech_dz60rgb_wkl/keymaps/haunt98/config.h @@ -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