hopefully fixed pipeline
This commit is contained in:
parent
cbf98328ab
commit
8dcd505c14
1 changed files with 13 additions and 4 deletions
|
@ -103,14 +103,19 @@
|
|||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings =
|
||||
<&sk LCTRL(LG(RIGHT))>;
|
||||
<¯o_press>,
|
||||
<&kp LCTRL &kp LGUI>,
|
||||
<¯o_tap>,
|
||||
<&kp RIGHT>,
|
||||
<¯o_release>,
|
||||
<&kp LGUI &kp LCTRL>;
|
||||
|
||||
label = "NAV_SPACE_NEXT";
|
||||
};
|
||||
nav_space_prev: nav_space_prev {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&sk LCTRL(LG(LEFT))>;
|
||||
bindings = <&sk LCTRL &sk LGUI &kp LEFT>;
|
||||
label = "NAV_SPACE_PREV";
|
||||
};
|
||||
nav_win_next: nav_win_next {
|
||||
|
@ -135,8 +140,12 @@
|
|||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings =
|
||||
<&sk LSHIFT>,
|
||||
<&trans>;
|
||||
<¯o_press>,
|
||||
<&kp LSHIFT>,
|
||||
<¯o_tap>,
|
||||
<&trans>,
|
||||
<¯o_release>,
|
||||
<&kp LSHIFT>;
|
||||
|
||||
label = "SHIFT_TRANS";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue