mirror of
https://github.com/CrispyPin/zmk-config.git
synced 2024-11-22 09:50:25 +01:00
adjust num keys and nav layer
This commit is contained in:
parent
78d6827e2f
commit
173d1c46c9
1 changed files with 5 additions and 5 deletions
|
@ -63,7 +63,7 @@ ZMK_UNICODE_SINGLE(multi_o, A, N6, N6, E) // multiocular o
|
||||||
layer_1 {
|
layer_1 {
|
||||||
bindings = <
|
bindings = <
|
||||||
&kp TAB &none &none &none &none &none &sv_ao &sv_ae &sv_oe &kp DEL
|
&kp TAB &none &none &none &none &none &sv_ao &sv_ae &sv_oe &kp DEL
|
||||||
&kp N0 &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9
|
&kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0
|
||||||
&trans &none &none &none &none &iunder &iminus &icomma &idot &trans
|
&trans &none &none &none &none &iunder &iminus &icomma &idot &trans
|
||||||
&trans &trans &trans &mo L3 &trans &trans
|
&trans &trans &trans &mo L3 &trans &trans
|
||||||
>;
|
>;
|
||||||
|
@ -71,9 +71,9 @@ ZMK_UNICODE_SINGLE(multi_o, A, N6, N6, E) // multiocular o
|
||||||
// F keys + navigation
|
// F keys + navigation
|
||||||
layer_2 {
|
layer_2 {
|
||||||
bindings = <
|
bindings = <
|
||||||
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &none &kp HOME &kp UP &kp END &kp PG_UP
|
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp PG_UP &kp HOME &kp UP &kp END &kp PSCRN
|
||||||
&kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &none &kp LEFT &kp DOWN &kp RIGHT &kp PG_DN
|
&kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &kp K_CMENU
|
||||||
&trans &kp F11 &kp F12 &kp PSCRN &kp K_CMENU &none &none &none &none &trans
|
&trans &kp F11 &kp F12 &kp F13 &kp F14 &none &none &none &none &trans
|
||||||
&trans &trans &mo L3 &trans &trans &trans
|
&trans &trans &mo L3 &trans &trans &trans
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue