Skip to content

Commit

Permalink
add 4 layer for the numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Jan 31, 2024
1 parent 16ae466 commit 4b78ec2
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
// | GUI | LWR | SPC | | ENT | RSE | ALT |

bindings = <
&kp TAB &mt NUMBER_1 Q &mt NUMBER_2 W &mt NUMBER_3 E &mt NUMBER_4 R &mt N5 T &mt NUMBER_6 Y &mt N7 U &mt N8 I &mt N9 O &mt N0 P &kp BSPC
&kp LEFT_SHIFT &kp A &kp S &kp D &lt 3 F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp LEFT_COMMAND &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp ESC
&kp LEFT_CONTROL &mo 1 &kp SPACE &kp RET &mo 2 &kp RALT
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSPC
&kp LEFT_SHIFT &kp A &kp S &kp D &lt 3 F &kp G &kp H &lt 4 J &kp K &kp L &kp SEMI &kp SQT
&kp LEFT_COMMAND &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp ESC
&kp LEFT_CONTROL &mo 1 &kp SPACE &kp RET &mo 2 &kp RALT
>;
};

Expand Down Expand Up @@ -66,5 +66,14 @@
&trans &trans &trans &trans &trans &trans
>;
};

layer_4 {
bindings = <
&trans &kp NUMBER_1 &kp NUMBER_2 &kp NUMBER_3 &kp NUMBER_4 &kp N5 &kp NUMBER_6 &kp N7 &kp N8 &kp N9 &kp N0 &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans
>;
};
};
};

0 comments on commit 4b78ec2

Please sign in to comment.