diff --git a/boards/shields/esplit/esplit.conf b/boards/shields/esplit/esplit.conf index 12fa924..e69de29 100644 --- a/boards/shields/esplit/esplit.conf +++ b/boards/shields/esplit/esplit.conf @@ -1,6 +0,0 @@ -# Uncomment to enable encoder -# CONFIG_EC11=y -# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y - -# Uncomment the following line to enable the Lily58 OLED Display -# CONFIG_ZMK_DISPLAY=y \ No newline at end of file diff --git a/boards/shields/esplit/esplit.keymap b/boards/shields/esplit/esplit.keymap index 65f53d2..f686d1a 100644 --- a/boards/shields/esplit/esplit.keymap +++ b/boards/shields/esplit/esplit.keymap @@ -11,7 +11,27 @@ &kp TAB &kp Q &kp W &kp E &kp R &kp T &kp F5 &kp CAPS &kp A &kp S &kp D &kp F &kp G &kp F10 &kp LSHIFT &kp Z &kp X &kp C &kp V &kp B &kp F12 - &kp LCTRL &kp LGUI &kp LALT &kp ESC &kp HOME &kp END &kp SPACE + &kp LCTRL &kp LGUI &kp LALT &kp ESC &mo 2 &mo 1 &kp SPACE + >; + }; + + lower_layer { + bindings = < + &kp ESC &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 + &trans &trans &trans &trans &trans &trans &trans + &trans &trans &trans &trans &trans &trans &trans + &trans &trans &trans &trans &trans &trans &trans + &trans &trans &trans &trans &trans &trans &trans + >; + }; + + raise_layer { + bindings = < + &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_CLR &sys_reset + &trans &trans &trans &trans &trans &trans &trans + &trans &trans &trans &trans &trans &trans &trans + &trans &trans &trans &trans &trans &trans &trans + &trans &trans &trans &trans &trans &trans &trans >; }; };