Make sleep macro more robust

This commit is contained in:
urob 2023-05-11 14:09:55 -04:00
parent 884b08d2d7
commit ff962c3166

View file

@ -224,8 +224,8 @@ ZMK_BEHAVIOR(copy_cut, tap_dance,
// Windows sleep key
ZMK_BEHAVIOR(win_sleep, macro,
wait-ms = <100>;
tap-ms = <5>;
wait-ms = <500>;
tap-ms = <50>;
bindings = <&kp LG(X) &kp U &kp S>;
)