Skip to content

Commit

Permalink
bluetoothing
Browse files Browse the repository at this point in the history
  • Loading branch information
EricNeiman committed Mar 7, 2024
1 parent 825be8e commit bd4b015
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
6 changes: 0 additions & 6 deletions boards/shields/esplit/esplit.conf
Original file line number Diff line number Diff line change
@@ -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
22 changes: 21 additions & 1 deletion boards/shields/esplit/esplit.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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
>;
};
};
Expand Down

0 comments on commit bd4b015

Please sign in to comment.