Skip to content

Commit

Permalink
Adding redo and more alt-key stuff to fill out the overlay.
Browse files Browse the repository at this point in the history
  • Loading branch information
amacleod committed Nov 4, 2024
1 parent 66ac3b8 commit 2a8f7f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ keymap {
bindings = <
// ,-----------------------------. ,-----------------------------.
// | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 |
// | |Alt-A|XXXXX|Alt-T|Alt-R| |XXXXX|XXXXX|XXXXX|XXXXX|XXXXX|
// | |XXXXX|XXXXX|Alt-C|Alt-G| |XXXXX|XXXXX|XXXXX|XXXXX|XXXXX|
// | |Alt-A|Alt-U|Alt-T|Alt-R| |XXXXX|XXXXX|XXXXX|XXXXX|XXXXX|
// | | ^Y |Alt-D|Alt-C|Alt-G| |XXXXX|XXXXX|XXXXX|XXXXX|XXXXX|
// `-----------------|#####| | |Base |QWRTY|-----------------'
&kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0
&trans &kp LA(A) &none &kp LA(T) &kp LA(R) &none &none &none &none &none
&trans &none &none &kp LA(C) &kp LA(G) &none &none &none &none &none
&trans &trans &trans &to QWERTY
&kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0
&trans &kp LA(A) &kp LA(U) &kp LA(T) &kp LA(R) &none &none &none &none &none
&trans &kp LC(Y) &kp LA(D) &kp LA(C) &kp LA(G) &none &none &none &none &none
&trans &trans &trans &to QWERTY
>;
display-name = "T O R Y";
};
Expand Down

0 comments on commit 2a8f7f9

Please sign in to comment.