Skip to content

Commit

Permalink
sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
dcai committed Sep 28, 2023
1 parent ccc8b39 commit 75f231f
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -105,27 +105,27 @@
numbers {
bindings = <
//+---------+---------+---------+---------+---------+/* */+---------+---------+---------+---------+---------+
&kp N1 &kp N2 &kp N3 &kp MINUS &kp STAR /* */ KG(LEFT) KG(DOWN) KG(UP) KG(RIGHT) &none
&kp N1 &kp N2 &kp N3 &kp MINUS &kp STAR /* */ &kp HOME &kp PG_DN &kp PG_UP &kp END &none
//+---------+---------+---------+---------+---------+/* */+---------+---------+---------+---------+---------+
&kp N4 &kp N5 &kp N6 &kp PLUS &kp SLASH /* */ &kp LEFT &kp DOWN &kp UP &kp RIGHT &none
//+---------+---------+---------+---------+---------+/* */+---------+---------+---------+---------+---------+
&kp N7 &kp N8 &kp N9 &kp N0 &kp DOT /* */ &kp HOME &kp PG_DN &kp PG_UP &kp END &none
&kp N7 &kp N8 &kp N9 &kp N0 &kp DOT /* */ &none KG(DOWN) KG(UP) &none &none
//+---------+---------+---------+---------+---------+/* */+---------+---------+---------+---------+---------+
&sk LC(LSHFT) &trans /* */ &trans &trans
&to 3 &trans /* */ &trans &trans
//================================================
>;
};

config {
bindings = <
//+---------+---------+---------+---------+---------+/* */+---------+---------+---------+---------+---------+
&td0 &none &none &none &td0 /* */ &none &none &none &none &none
&non &kp UP &none &none BT(0) /* */ &none &none &none &none &none
//+---------+---------+---------+---------+---------+/* */+---------+---------+---------+---------+---------+
&caps_word &none &none &none &none /* */ &none &none &none &none &none
&kp LEFT &kp DOWN &kp RIGHT &none BT(1) /* */ &none &none &none &none &none
//+---------+---------+---------+---------+---------+/* */+---------+---------+---------+---------+---------+
&none &none BT(1) BT(0) BT(2) /* */ &none &none &none &none &none
&none &none &none &none BT(2) /* */ &none &none &none &none &none
//+---------+---------+---------+---------+---------+/* */+---------+---------+---------+---------+---------+
&trans &trans /* */ &trans &trans
&to 0 &trans /* */ &trans &trans
//================================================
>;
};
Expand Down Expand Up @@ -181,5 +181,9 @@
bindings = <&sk LC(LSHFT)>;
key-positions = <10 20>;
};
combo_layer_3 {
bindings = <&to 3>;
key-positions = <23 24>;
};
};
};

0 comments on commit 75f231f

Please sign in to comment.