diff options
| author | Oscar Nelin <omn@dalux.com> | 2024-03-21 07:40:35 +0000 |
|---|---|---|
| committer | Oscar Nelin <omn@dalux.com> | 2024-03-21 07:40:35 +0000 |
| commit | ddc56dd97e950d0751c5e4066b944785e773a962 (patch) | |
| tree | 5d96972d0a82e5a2e2223a3d19b311b05dc5ae7d /config/cradio.keymap | |
| parent | a80882e2dbe19ea217c251ab5098796ce75a6bb5 (diff) | |
Enable prior idle on homerow mods
Diffstat (limited to 'config/cradio.keymap')
| -rw-r--r-- | config/cradio.keymap | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 1ba13f1..ddedb42 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -27,7 +27,8 @@ #binding-cells = <2>; flavor = "tap-preferred"; tapping-term-ms = <220>; - quick-tap-ms = <150>; + require-prior-idle-ms = <135>; + quick-tap-ms = <190>; bindings = <&kp>, <&kp>; }; @@ -36,7 +37,7 @@ flavor = "tap-preferred"; #binding-cells = <2>; tapping-term-ms = <220>; - quick-tap-ms = <150>; + quick-tap-ms = <190>; bindings = <&kp>, <&to>; }; }; |
