diff options
| author | Emile <git@emile.space> | 2023-02-19 21:30:04 +0100 |
|---|---|---|
| committer | Emile <git@emile.space> | 2023-02-19 21:30:04 +0100 |
| commit | 901e9eac358ed5bd95843ee32d04a346fbff7ddf (patch) | |
| tree | 887bc25a8bdad972ae80a437f3b57a172b83cf5c | |
| parent | 7da203a5c0c819fb0be115cdc9801e09f4de4586 (diff) | |
adjust tapping time
| -rw-r--r-- | config/cradio.keymap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 1966f09..5a63164 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -13,8 +13,8 @@ compatible = "zmk,behavior-hold-tap"; label = "AUTO_SHIFT"; #binding-cells = <2>; - tapping_term_ms = <235>; - quick_tap_ms = <0>; + tapping_term_ms = <200>; + quick_tap_ms = <100>; flavor = "tap-preferred"; bindings = <&kp>, <&kp>; }; |
