Skip to content

Commit

Permalink
macros2
Browse files Browse the repository at this point in the history
  • Loading branch information
EricNeiman committed Mar 8, 2024
1 parent bce8eaf commit 326ea61
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions boards/shields/esplit/esplit.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@
ctrl_win_left: ctrl_win_left {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&macro_tap &kp LCTRL &kp LGUI &kp LEFT>;
bindings = <&macro_press &kp LCTRL &kp LGUI>,
<&macro_tap &kp LEFT>,
<&macro_release &kp LCTRL &kp LGUI>;
};
ctrl_win_right: ctrl_win_right {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&macro_tap &kp LCTRL &kp LGUI &kp RIGHT>;
bindings = <&macro_press &kp LCTRL &kp LGUI>,
<&macro_tap &kp RIGHT>,
<&macro_release &kp LCTRL &kp LGUI>;
};
};
};
Expand Down

0 comments on commit 326ea61

Please sign in to comment.