Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huntlyc committed Mar 26, 2023
1 parent f1b5270 commit b7a2154
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions config/boards/shields/DM5x6/DM5x6.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
default_layer {
bindings = <
&kp EQUAL &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp NON_US_HASH
&kp ESC &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp NON_US_HASH
&kp ESC &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT
&kp GRAVE &kp NUBS &kp LBKT &kp RBKT
&kp BSPC &kp DEL &kp RET &kp SPC
&kp LCMD &kp LALT &kp RCTRL &kp PAGE_UP
&mo LWR &mo RSE &kp RSE &kp PAGE_DOWN
&mo LWR &mo RSE &mo RSE &kp PAGE_DOWN

>;
};
Expand All @@ -32,22 +32,22 @@ default_layer {
&trans &trans &trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans
&trans &trans &trans &mo ADJ
&trans &trans &trans &trans
&trans &trans &trans &trans
&trans &trans &trans &mo ADJ
&trans &trans &trans &kp HOME
&trans &trans &trans &kp END
>;
};

raise_layer {
bindings = <
&none &bt BT_SEL 0 &none &none &none &kp B &kp B &trans &trans &trans &trans &kp DEL
&none &bt BT_SEL 1 &none &none &none &none &trans &kp KP_N7 &kp KP_N8 &kp KP_N9 &trans &kp K_VOL_UP
&none &bt BT_SEL 2 &none &none &none &none &trans &kp KP_N4 &kp KP_N5 &kp KP_N6 &trans &kp K_VOL_DN
&none &bt BT_SEL 3 &bt BT_CLR &none &none &bootloader &bootloader &kp KP_N1 &kp KP_N2 &kp KP_N3 &trans &kp K_MUTE
&trans &trans &trans &kp KP_N0
&trans &trans &trans &trans
&trans &trans &trans &trans
&trans &trans &trans &trans
&none &bt BT_SEL 0 &none &none &none &kp B &kp B &trans &trans &trans &bt BT_SEL 0 &kp DEL
&none &bt BT_SEL 1 &none &none &none &none &trans &trans &trans &trans &bt BT_SEL 1 &kp K_VOL_UP
&none &bt BT_SEL 2 &none &none &none &none &trans &trans &trans &trans &bt BT_SEL 2 &kp K_VOL_DN
&none &bt BT_SEL 3 &bt BT_CLR &none &none &bootloader &bootloader &trans &trans &bt BT_CLR &bt BT_SEL 3 &kp K_MUTE
&trans &trans &trans &kp KP_N0
&trans &trans &trans &trans
&trans &trans &trans &trans
&trans &trans &trans &trans
>;
};

Expand Down

0 comments on commit b7a2154

Please sign in to comment.