diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-08-10 10:05:02 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-08-10 10:05:02 +0200 |
commit | d2bd04bec2179d855fe5fff14dbd57accae00a64 (patch) | |
tree | c5fdb19cb1585db0590e65b08a7818ae946efa84 /config/includes/common.h | |
parent | 0574dfc3c79ea823504baec03b6786d978346d79 (diff) | |
download | zmk-config-d2bd04bec2179d855fe5fff14dbd57accae00a64.tar.gz zmk-config-d2bd04bec2179d855fe5fff14dbd57accae00a64.zip |
Adjust some timeouts
Diffstat (limited to 'config/includes/common.h')
-rw-r--r-- | config/includes/common.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/includes/common.h b/config/includes/common.h index 79528c8..4a2daac 100644 --- a/config/includes/common.h +++ b/config/includes/common.h @@ -33,8 +33,8 @@ label = "kp_mo_tap"; #binding-cells = <2>; flavor = "tap-preferred"; - tapping-term-ms = <200>; - quick-tap-ms = <200>; + tapping-term-ms = <175>; + quick-tap-ms = <175>; //require-prior-idle-ms = <140>; bindings = <&mo>, <&kp>; }; @@ -43,8 +43,8 @@ label = "kp_mo_hold"; #binding-cells = <2>; flavor = "hold-preferred"; - tapping-term-ms = <200>; - quick-tap-ms = <200>; + tapping-term-ms = <175>; + quick-tap-ms = <175>; //require-prior-idle-ms = <140>; bindings = <&mo>, <&kp>; }; |