Skip to content

Commit

Permalink
Add combo layers
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Nov 18, 2024
1 parent e8c9289 commit 4e2dd77
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@
key-positions = <32 33>;
layers = <6>;
};

function_layer {
bindings = <&mo 5>;
key-positions = <32 33>;
layers = <0>;
};

mouse_layer {
bindings = <&mo 6>;
key-positions = <30 31>;
layers = <0>;
};
};

keymap {
Expand All @@ -84,7 +96,7 @@
bindings = <
&none &kp LBKT &kp LBRC &kp RBRC &none &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
&none &none &kp SLASH &kp QUESTION &none &kp AMPS &kp UNDER &kp PLUS &kp PIPE &mo 5
&none &none &kp SLASH &kp QUESTION &none &kp AMPS &kp UNDER &kp PLUS &kp PIPE &none
&trans &none &none &trans
>;
};
Expand All @@ -93,7 +105,7 @@
bindings = <
&kp INS &kp PG_DN &kp UP &kp PG_UP &none &kp FSLH &kp N7 &kp N8 &kp N9 &kp MINUS
&kp DEL &kp LEFT &kp DOWN &kp RIGHT &none &kp STAR &kp N4 &kp N5 &kp N6 &kp PLUS
&mo 6 &none &kp HOME &kp END &none &kp DOT &kp N1 &kp N2 &kp N3 &kp RET
&none &none &kp HOME &kp END &none &kp DOT &kp N1 &kp N2 &kp N3 &kp RET
&trans &none &kp N0 &trans
>;
};
Expand Down

0 comments on commit 4e2dd77

Please sign in to comment.