Make sleep macro more robust
This commit is contained in:
parent
884b08d2d7
commit
ff962c3166
1 changed files with 2 additions and 2 deletions
|
@ -224,8 +224,8 @@ ZMK_BEHAVIOR(copy_cut, tap_dance,
|
||||||
|
|
||||||
// Windows sleep key
|
// Windows sleep key
|
||||||
ZMK_BEHAVIOR(win_sleep, macro,
|
ZMK_BEHAVIOR(win_sleep, macro,
|
||||||
wait-ms = <100>;
|
wait-ms = <500>;
|
||||||
tap-ms = <5>;
|
tap-ms = <50>;
|
||||||
bindings = <&kp LG(X) &kp U &kp S>;
|
bindings = <&kp LG(X) &kp U &kp S>;
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue