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 {
flavor = "balanced";
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;
};
@ -72,8 +72,8 @@ ISSUES, WORKAROUNDS and a "ZMK-WISHLIST"
ZMK_BEHAVIOR(hml, hold_tap, // left-hand HRMs
flavor = "balanced";
tapping-term-ms = <280>;
quick-tap-ms = <175>;
global-quick-tap-ms = <125>;
quick-tap-ms = <220>;
global-quick-tap-ms = <150>;
bindings = <&kp>, <&kp>;
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
flavor = "balanced";
tapping-term-ms = <280>;
quick-tap-ms = <175>;
global-quick-tap-ms = <125>;
quick-tap-ms = <220>;
global-quick-tap-ms = <150>;
bindings = <&kp>, <&kp>;
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
ZMK_BEHAVIOR(win_sleep, macro,
wait-ms = <50>;
wait-ms = <100>;
tap-ms = <5>;
bindings = <&kp LG(X) &kp U &kp S>;
)