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/unicode.h | |
parent | 0574dfc3c79ea823504baec03b6786d978346d79 (diff) | |
download | zmk-config-d2bd04bec2179d855fe5fff14dbd57accae00a64.tar.gz zmk-config-d2bd04bec2179d855fe5fff14dbd57accae00a64.zip |
Adjust some timeouts
Diffstat (limited to 'config/includes/unicode.h')
-rw-r--r-- | config/includes/unicode.h | 2 |
1 files changed, 1 insertions, 1 deletions
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>; \ |