Skip to content

Commit

Permalink
Add function layer
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Oct 21, 2024
1 parent 5fccf4e commit ea221fc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

left_layer {
bindings = <
&trans &kp LBKT &kp LBRC &kp RBRC &trans &kp CARET &kp LPAR &kp RPAR &kp RBKT &kp TILDE
&mo 5 &kp LBKT &kp LBRC &kp RBRC &trans &kp CARET &kp LPAR &kp RPAR &kp RBKT &kp TILDE
&kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp ASTRK &kp MINUS &kp EQUAL &kp BSLH &kp GRAVE
&trans &trans &kp SLASH &kp QUESTION &trans &kp AMPS &kp UNDER &kp PLUS &kp PIPE &trans
&trans &trans &trans &trans
Expand All @@ -74,5 +74,14 @@
&kp TAB &kp SPACE &none &none
>;
};

function_layer {
bindings = <
&none &none &none &none &none &kp F1 &kp F2 &kp F3 &kp F4 &kp F5
&none &none &none &none &none &kp F6 &kp F7 &kp F8 &kp F9 &kp F10
&none &none &none &none &none &kp F11 &kp F12 &none &none &none
&none &none &none &none
>;
};
};
};

0 comments on commit ea221fc

Please sign in to comment.