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 | |
parent | 0574dfc3c79ea823504baec03b6786d978346d79 (diff) | |
download | zmk-config-d2bd04bec2179d855fe5fff14dbd57accae00a64.tar.gz zmk-config-d2bd04bec2179d855fe5fff14dbd57accae00a64.zip |
Adjust some timeouts
Diffstat (limited to 'config/includes')
-rw-r--r-- | config/includes/common.h | 8 | ||||
-rw-r--r-- | config/includes/mouse_tp.dtsi | 2 | ||||
-rw-r--r-- | config/includes/unicode.h | 2 |
3 files changed, 6 insertions, 6 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>; }; diff --git a/config/includes/mouse_tp.dtsi b/config/includes/mouse_tp.dtsi index 358a5f6..0a93261 100644 --- a/config/includes/mouse_tp.dtsi +++ b/config/includes/mouse_tp.dtsi @@ -135,7 +135,7 @@ // How long to wait, after the last mouse movement, before deactivating // the layer (Default: 250) - layer-toggle-timeout-ms = <425>; + layer-toggle-timeout-ms = <250>; }; diff --git a/config/includes/unicode.h b/config/includes/unicode.h index df2b298..20275b2 100644 --- a/config/includes/unicode.h +++ b/config/includes/unicode.h @@ -5,7 +5,7 @@ combos { \ compatible = "zmk,combos"; \ name { \ - timeout-ms = <50>; \ + timeout-ms = <35>; \ key-positions = <POS>; \ layers = <LAYERS>; \ bindings = <BINDINGS>; \ |