more combos
This commit is contained in:
parent
e21f377ec4
commit
1f7a59690b
2 changed files with 36 additions and 27 deletions
|
|
@ -1,30 +1,3 @@
|
|||
ZMK_MACRO(mo_nav,
|
||||
wait-ms = <0>;
|
||||
tap-ms = <0>;
|
||||
bindings
|
||||
= <¯o_tap &kp K_CANCEL>
|
||||
, <¯o_press &mo NAV_L>
|
||||
, <¯o_pause_for_release>
|
||||
, <¯o_release &mo NAV_L>;)
|
||||
|
||||
ZMK_MACRO(mo_upp,
|
||||
wait-ms = <0>;
|
||||
tap-ms = <0>;
|
||||
bindings
|
||||
= <¯o_tap &kp K_CANCEL>
|
||||
, <¯o_press &mo UPP_L>
|
||||
, <¯o_pause_for_release>
|
||||
, <¯o_release &mo UPP_L>;)
|
||||
|
||||
ZMK_MACRO(mo_sym,
|
||||
wait-ms = <0>;
|
||||
tap-ms = <0>;
|
||||
bindings
|
||||
= <¯o_tap &kp K_CANCEL>
|
||||
, <¯o_press &mo SYM_L>
|
||||
, <¯o_pause_for_release>
|
||||
, <¯o_release &mo SYM_L>;)
|
||||
|
||||
ZMK_MACRO(leq,
|
||||
wait-ms = <30>;
|
||||
tap-ms = <40>;
|
||||
|
|
@ -42,3 +15,9 @@
|
|||
tap-ms = <40>;
|
||||
bindings = <&kp GT &kp EQUAL>;
|
||||
)
|
||||
|
||||
ZMK_MACRO(neq,
|
||||
wait-ms = <30>;
|
||||
tap-ms = <40>;
|
||||
bindings = <&kp EXCL &kp EQUAL>;
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue