Skip to content

Commit

Permalink
add boot loader key
Browse files Browse the repository at this point in the history
  • Loading branch information
daysgobye committed Feb 12, 2024
1 parent a9c6fbf commit 57e7bc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boards/arm/technikable/technikable.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
&kp TAB &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp QUOT
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RET

&kp LCTRL &kp LALT &mo NAV_L &kp SPACE &kp SPACE &mo NUM_L &kp RALT &kp RCTRL
&kp LCTRL &kp LGUI &mo NAV_L &kp SPACE &kp SPACE &mo NUM_L &kp RCTRL &kp RALT
>;
};

nav_layer {
label = "Nav";
bindings = <
&bt BT_CLR &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &kp DEL
&trans &trans &trans &trans &trans &trans &trans &kp LARW &kp DARW &kp UARW &kp RARW &trans
&bootloader &trans &trans &trans &trans &trans &trans &kp LARW &kp DARW &kp UARW &kp RARW &trans
&trans &bt BT(0) &bt BT(1) &bt BT(2) &bt BT(3) &bt BT(4) &trans &kp HOME &kp PG_DN &kp PG_UP &kp END &trans

&trans &trans &trans &trans &trans &trans &trans &trans
Expand All @@ -55,7 +55,7 @@
label = "Num";
bindings = <
&trans &kp LBKT &kp N7 &kp N8 &kp N9 &kp RBKT &kp C_PREV &trans &trans &trans &trans &trans
&trans &kp MINUS &kp N4 &kp N5 &kp N6 &kp EQUAL &kp C_NEXT &trans &trans &trans &trans &trans
&bootloader &kp MINUS &kp N4 &kp N5 &kp N6 &kp EQUAL &kp C_NEXT &trans &trans &trans &trans &trans
&trans &kp GRAVE &kp N1 &kp N2 &kp N3 &kp BSLH &trans &trans &trans &trans &trans &trans

&trans &kp N0 &trans &none &none &kp ESC &kp DEL &trans
Expand All @@ -66,7 +66,7 @@
label = "Sym";
bindings = <
&trans &kp LBRC &kp LS(N7) &kp LS(N8) &kp LS(N9) &kp RBRC &trans &trans &trans &trans &trans &trans
&trans &kp COLON &kp LS(N4) &kp LS(N5) &kp LS(N6) &kp PLUS &trans &trans &trans &trans &trans &trans
&bootloader &kp COLON &kp LS(N4) &kp LS(N5) &kp LS(N6) &kp PLUS &trans &trans &trans &trans &trans &trans
&trans &kp TILDE &kp LS(N1) &kp LS(N2) &kp LS(N3) &kp LS(BSLH) &trans &trans &trans &trans &trans &trans

&trans &kp LS(N0) &trans &trans &trans &trans &trans &trans >;
Expand Down

0 comments on commit 57e7bc6

Please sign in to comment.