Skip to content

Commit

Permalink
2 Layer, adding numbers and BT stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored May 13, 2024
1 parent f1d0ced commit 844585a
Showing 1 changed file with 27 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/janus.keymap

This file was deleted.

27 changes: 27 additions & 0 deletions config/janus.keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>

/ {
keymap {
compatible = "zmk,keymap";

default_layer {
bindings = <
&kp ESCAPE &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BACKSPACE
&kp TAB &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp LEFT_SHIFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp BSLH
&kp LCTRL &kp LGUI &kp LALT &kp CAPS &kp SPACE &none &mo 1 &none &kp DEL &kp SPACE &kp LBKT &kp RBKT &kp MINUS &kp EQUAL
>;
};

layer_1 {
bindings = <
&kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp BACKSPACE
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &none &none &none &none &none &none
&none &none &none &none &none &none &none &none &none &none &none &none
&none &none &none &none &none &none &none &none &none &none &none &none &none &none
>;
};
};
};

0 comments on commit 844585a

Please sign in to comment.