Tweak combo and hold-tap timings
This commit is contained in:
parent
6c06868590
commit
06aac9f68c
1 changed files with 6 additions and 6 deletions
|
@ -57,7 +57,7 @@ ISSUES, WORKAROUNDS and a "ZMK-WISHLIST"
|
|||
< {
|
||||
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>;
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue