Tweak combo and hold-tap timings

This commit is contained in:
urob 2022-07-25 21:11:30 -04:00
parent 6c06868590
commit 06aac9f68c

View file

@ -57,7 +57,7 @@ ISSUES, WORKAROUNDS and a "ZMK-WISHLIST"
&lt { &lt {
flavor = "balanced"; flavor = "balanced";
tapping-term-ms = <200>; tapping-term-ms = <200>;
quick-tap-ms = <175>; // double-tap + hold repeats tap-key quick-tap-ms = <220>; // double-tap + hold repeats tap-key
// global-quick-tap; // global-quick-tap;
}; };
@ -72,8 +72,8 @@ ISSUES, WORKAROUNDS and a "ZMK-WISHLIST"
ZMK_BEHAVIOR(hml, hold_tap, // left-hand HRMs ZMK_BEHAVIOR(hml, hold_tap, // left-hand HRMs
flavor = "balanced"; flavor = "balanced";
tapping-term-ms = <280>; tapping-term-ms = <280>;
quick-tap-ms = <175>; quick-tap-ms = <220>;
global-quick-tap-ms = <125>; global-quick-tap-ms = <150>;
bindings = <&kp>, <&kp>; bindings = <&kp>, <&kp>;
hold-trigger-key-positions = <KEYS_RT THUMBS HRM_LT>; // include left-hand HRMs for chording hold-trigger-key-positions = <KEYS_RT THUMBS HRM_LT>; // include left-hand HRMs for chording
) )
@ -81,8 +81,8 @@ ZMK_BEHAVIOR(hml, hold_tap, // left-hand HRMs
ZMK_BEHAVIOR(hmr, hold_tap, // right-hand HRMs ZMK_BEHAVIOR(hmr, hold_tap, // right-hand HRMs
flavor = "balanced"; flavor = "balanced";
tapping-term-ms = <280>; tapping-term-ms = <280>;
quick-tap-ms = <175>; quick-tap-ms = <220>;
global-quick-tap-ms = <125>; global-quick-tap-ms = <150>;
bindings = <&kp>, <&kp>; bindings = <&kp>, <&kp>;
hold-trigger-key-positions = <KEYS_LT THUMBS HRM_RT>; // include right-hand HRMs for chording hold-trigger-key-positions = <KEYS_LT THUMBS HRM_RT>; // include right-hand HRMs for chording
) )
@ -115,7 +115,7 @@ ZMK_BEHAVIOR(bs_del_num, mod_morph,
// Windows sleep key // Windows sleep key
ZMK_BEHAVIOR(win_sleep, macro, ZMK_BEHAVIOR(win_sleep, macro,
wait-ms = <50>; wait-ms = <100>;
tap-ms = <5>; tap-ms = <5>;
bindings = <&kp LG(X) &kp U &kp S>; bindings = <&kp LG(X) &kp U &kp S>;
) )