fix hop macro
This commit is contained in:
parent
0100702ed6
commit
2ab08dc774
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@
|
||||||
ZMK_MACRO(hop,
|
ZMK_MACRO(hop,
|
||||||
wait-ms = <30>;
|
wait-ms = <30>;
|
||||||
tap-ms = <40>;
|
tap-ms = <40>;
|
||||||
bindings = <&kp SPACE &kp G &kp S &kp S>;)
|
bindings = <&kp G &kp S &kp S>;)
|
||||||
|
|
||||||
ZMK_MACRO(mo_sym,
|
ZMK_MACRO(mo_sym,
|
||||||
wait-ms = <0>;
|
wait-ms = <0>;
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@
|
||||||
ZMK_MACRO(hop,
|
ZMK_MACRO(hop,
|
||||||
wait-ms = <30>;
|
wait-ms = <30>;
|
||||||
tap-ms = <40>;
|
tap-ms = <40>;
|
||||||
bindings = <&kp SPACE &kp G &kp S &kp S>;)
|
bindings = <&kp G &kp S &kp S>;)
|
||||||
|
|
||||||
ZMK_MACRO(mo_sym,
|
ZMK_MACRO(mo_sym,
|
||||||
wait-ms = <0>;
|
wait-ms = <0>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue