Skip to content

Commit

Permalink
Update esplit.keymap
Browse files Browse the repository at this point in the history
added windows + l macro
  • Loading branch information
EricNeiman committed Mar 27, 2024
1 parent 759df25 commit fc56bd7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion boards/shields/esplit/esplit.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@
<&macro_pause_for_release>,
<&macro_release &kp LCTRL &kp LALT>;
};
win_l: win_l {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&macro_press &kp LGUI>,
<&macro_tap &kp L>,
<&macro_pause_for_release>,
<&macro_release &kp LGUI>;
};
};
};

Expand Down Expand Up @@ -89,7 +97,7 @@
bindings = <
&kp ESC &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12 &kp DEL
&trans &trans &kp UP &trans &trans &trans &kp PSCRN &trans &trans &trans &trans &trans &trans &trans
&trans &kp LEFT &kp DOWN &kp RIGHT &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &kp LEFT &kp DOWN &kp RIGHT &trans &trans &trans &trans &trans &trans &trans &win_l &trans &trans
&trans &trans &trans &trans &trans &trans &ctrl_shift_r &trans &ctrl_alt_left &ctrl_alt_home &ctrl_win_left &ctrl_win_right &kp UP &trans
&trans &trans &trans &ctrl_shift_esc &trans &trans &trans &trans &trans &trans &kp END &kp LEFT &kp DOWN &kp RIGHT
>;
Expand Down

0 comments on commit fc56bd7

Please sign in to comment.