This commit is contained in:
Glen Goodwin 2022-04-09 14:20:20 -04:00
parent ebe9ca5c9f
commit 3642c0555b
2 changed files with 16 additions and 2 deletions

View file

@ -1,5 +1,17 @@
ZMK_MACRO(lte,
ZMK_MACRO(leq,
wait-ms = <30>;
tap-ms = <40>;
bindings = <&kp LT &kp EQUAL>;
)
ZMK_MACRO(eq,
wait-ms = <30>;
tap-ms = <40>;
bindings = <&kp EQUAL &kp EQUAL>;
)
ZMK_MACRO(geq,
wait-ms = <30>;
tap-ms = <40>;
bindings = <&kp GT &kp EQUAL>;
)