Skip to content

Commit

Permalink
Updated keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
VoltaicGRiD committed Aug 1, 2024
1 parent ed69080 commit f116ca5
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions boards/shields/voltarium/voltarium.keymap
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>

#define DEFAULT 0
#define BT 1

/ {
behaviors {
Expand All @@ -15,13 +19,23 @@

default_layer {
bindings = <
&kp N1 &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp M &kp N6
&kp N2 &kp S &kp D &kp F &kp G &kp H &kp A &kp S &kp D &kp F &kp G &kp N7
&kp N3 &kp W &kp E &kp R &kp T &kp Y &kp Q &kp W &kp E &kp R &kp T &kp N8
&kp N4 &kp S &kp D &kp F &kp G &kp H &kp A &kp S &kp D &kp F &kp G &kp N9
&kp TAB &kp Q &kp W &kp F &kp P &kp G &kp J &kp L &kp U &kp Y &kp SEMI &kp DEL
&kp LC(ESC) &kp A &kp R &kp S &kp T &kp D &kp H &kp N &kp E &kp I &kp O &kp APOS
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp K &kp M &kp COMMA &kp PERIOD &kp FSLH &kp RA(RET)
&mo BT &kp S &kp D &kp F &kp G &kp H &kp A &kp S &kp D &kp F &kp G &kp N9
&kp N0 &kp N5
>;
sensor-bindings = <&rot_kp PG_UP PG_DN>;
};

bluetooth {
bindings = <
&bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &trans &trans &trans &trans &trans &trans &trans &bt BT_CLR_ALL
&bt BT_CLR &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 &trans &trans &trans &trans &trans &trans &trans
&trans &trans
>;
};
};
};

0 comments on commit f116ca5

Please sign in to comment.