Skip to content

Commit

Permalink
add studio unlock behaviour and move bootloader somewhere less easy t…
Browse files Browse the repository at this point in the history
…o hit by accident
  • Loading branch information
nepcore authored Nov 18, 2024
1 parent 04fc09f commit 1b0fae7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config/lpgalaxy_blank_slate.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
us_special_layer {
label = "Special US";
bindings = <
&tog DE_BASE_L &kp EN_A_UMLAUT &none &kp EN_EURO &none &none &kp EN_U_UMLAUT &kp EN_U_UMLAUT &none &kp EN_O_UMLAUT &kp EN_O_UMLAUT &trans
&tog DE_BASE_L &kp EN_A_UMLAUT &none &kp EN_EURO &none &none &kp EN_U_UMLAUT &kp EN_U_UMLAUT &none &kp EN_O_UMLAUT &kp EN_O_UMLAUT &bootloader
&trans &kp EN_A_UMLAUT &kp EN_SZ &none &none &none &none &none &none &none &none &none
&trans &none &none &none &none &none &none &none &none &none &none &trans
&trans &trans &trans DIS_L CURR_L &trans &trans CURR_L &trans &trans &trans &trans
Expand All @@ -95,10 +95,10 @@
us_func_layer {
label = "Function US";
bindings = <
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&kp F13 &kp F14 &kp F15 &kp F16 &kp F17 &kp F18 &kp F19 &kp F20 &kp F21 &kp F22 &kp F23 &kp F24
&bt BT_CLR &bt BTS(0) &bt BTS(1) &bt BTS(2) &bt BTS(3) &bt BTS(4) &bt BTD(0) &bt BTD(1) &bt BTD(2) &bt BTD(3) &bt BTD(4) &out OUT_TOG
&bootloader &trans &trans CURR_L DIS_L &trans &trans DIS_L &kp C_NEXT &kp C_VOL_DN &kp C_VOL_UP &kp C_PLAY
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&kp F13 &kp F14 &kp F15 &kp F16 &kp F17 &kp F18 &kp F19 &kp F20 &kp F21 &kp F22 &kp F23 &kp F24
&bt BT_CLR &bt BTS(0) &bt BTS(1) &bt BTS(2) &bt BTS(3) &bt BTS(4) &bt BTD(0) &bt BTD(1) &bt BTD(2) &bt BTD(3) &bt BTD(4) &out OUT_TOG
&&studio_unlock &trans &trans CURR_L DIS_L &trans &trans DIS_L &kp C_NEXT &kp C_VOL_DN &kp C_VOL_UP &kp C_PLAY
>;
};

Expand Down Expand Up @@ -135,7 +135,7 @@
de_special_layer {
label = "Special DE";
bindings = <
&tog DE_BASE_L &kp DE_A_UMLAUT &none &kp DE_EURO &none &none &kp DE_U_UMLAUT &kp DE_U_UMLAUT &none &kp DE_O_UMLAUT &kp DE_O_UMLAUT &trans
&tog DE_BASE_L &kp DE_A_UMLAUT &none &kp DE_EURO &none &none &kp DE_U_UMLAUT &kp DE_U_UMLAUT &none &kp DE_O_UMLAUT &kp DE_O_UMLAUT &bootloader
&trans &kp DE_A_UMLAUT &kp DE_SZ &none &none &none &none &none &none &none &none &none
&trans &none &none &none &none &none &none &none &none &none &none &trans
&trans &trans &trans DIS_L CURR_L &trans &trans CURR_L &trans &trans &trans &trans
Expand All @@ -145,10 +145,10 @@
de_func_layer {
label = "Function DE";
bindings = <
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&kp F13 &kp F14 &kp F15 &kp F16 &kp F17 &kp F18 &kp F19 &kp F20 &kp F21 &kp F22 &kp F23 &kp F24
&bt BT_CLR &bt BTS(0) &bt BTS(1) &bt BTS(2) &bt BTS(3) &bt BTS(4) &bt BTD(0) &bt BTD(1) &bt BTD(2) &bt BTD(3) &bt BTD(4) &out OUT_TOG
&bootloader &trans &trans CURR_L DIS_L &trans &trans DIS_L &kp C_NEXT &kp C_VOL_DN &kp C_VOL_UP &kp C_PLAY
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&kp F13 &kp F14 &kp F15 &kp F16 &kp F17 &kp F18 &kp F19 &kp F20 &kp F21 &kp F22 &kp F23 &kp F24
&bt BT_CLR &bt BTS(0) &bt BTS(1) &bt BTS(2) &bt BTS(3) &bt BTS(4) &bt BTD(0) &bt BTD(1) &bt BTD(2) &bt BTD(3) &bt BTD(4) &out OUT_TOG
&&studio_unlock &trans &trans CURR_L DIS_L &trans &trans DIS_L &kp C_NEXT &kp C_VOL_DN &kp C_VOL_UP &kp C_PLAY
>;
};
};
Expand Down

0 comments on commit 1b0fae7

Please sign in to comment.