From fc56bd709d90862e979eadd026ca1a3efeae0c48 Mon Sep 17 00:00:00 2001 From: Eric Neiman <35737957+EricNeiman@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:10:35 -0700 Subject: [PATCH] Update esplit.keymap added windows + l macro --- boards/shields/esplit/esplit.keymap | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/boards/shields/esplit/esplit.keymap b/boards/shields/esplit/esplit.keymap index 15dd90d..9b5f9a1 100644 --- a/boards/shields/esplit/esplit.keymap +++ b/boards/shields/esplit/esplit.keymap @@ -60,6 +60,14 @@ <¯o_pause_for_release>, <¯o_release &kp LCTRL &kp LALT>; }; + win_l: win_l { + compatible = "zmk,behavior-macro"; + #binding-cells = <0>; + bindings = <¯o_press &kp LGUI>, + <¯o_tap &kp L>, + <¯o_pause_for_release>, + <¯o_release &kp LGUI>; + }; }; }; @@ -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 >;