Skip to content

Commit

Permalink
added qwerty
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Apr 19, 2024
1 parent b974b96 commit 76d7928
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -36,34 +36,43 @@
combos {
compatible = "zmk,combos";

to-zero {
to-qwty {
bindings = <&to 0>;
key-positions = <31 13>;
key-positions = <13 14>;
};

to-one {
bindings = <&to 1>;
key-positions = <31 12>;
to-qwty1 {
bindings = <&to 0>;
key-positions = <15 16>;
};

to-two {
to-nav {
bindings = <&to 2>;
key-positions = <16 32>;
key-positions = <15 17>;
};

to-three {
to-command {
bindings = <&to 3>;
key-positions = <32 17>;
key-positions = <14 12>;
};

to-4 {
bindings = <&to 4>;
key-positions = <13 11>;
};

to-colemak {
bindings = <&to 1>;
key-positions = <13 10>;
};
};

keymap {
compatible = "zmk,keymap";


qwerty_layer {
bindings = <
&mt PLUS Q &mt UNDER W &mt MINUS E &mt TILDE R &mt EQUAL T &mt HASH Y &mt U AMPERSAND &mt SQT I &mt DOUBLE_QUOTES O &mt SQT P
&mt PLUS Q &mt UNDER W &mt MINUS E &mt TILDE R &mt EQUAL T &mt HASH Y &mt U AMPERSAND &mt SQT I &mt DOUBLE_QUOTES O &mt SQT P
&hm LGUI A &hm LALT S &hm LCTRL D &hm LSHFT F &mt NON_US_BACKSLASH G &mt ASTERISK H &hm RSHFT J &hm RCTRL K &hm LALT L &hm LGUI SEMI
&kp Z &kp X &kp C &mt GRAVE V &mt LESS_THAN B &mt GREATER_THAN N &kp M &mt PIPE COMMA &mt AMPERSAND PERIOD &mt QUESTION SLASH
&mt ESCAPE BACKSPACE &mt LA(RS(LEFT_CONTROL)) BACKSPACE &mt LC(LA(LG(LEFT_SHIFT))) SPACE &kp ENTER
Expand Down

0 comments on commit 76d7928

Please sign in to comment.