Tweak nibble layout to better match preferred nav layer and adjust combo for activation of nav
This commit is contained in:
parent
34b61045c5
commit
bfe93a2bdd
|
@ -32,6 +32,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
combos {
|
||||
compatible = "zmk,combos";
|
||||
combo_layer_navigation {
|
||||
key-positions = <34 19 36>;
|
||||
bindings = <&tog LAYER_ID_FUNC>;
|
||||
};
|
||||
};
|
||||
|
||||
keymap {
|
||||
compatible = "zmk,keymap";
|
||||
|
||||
|
@ -55,7 +63,7 @@
|
|||
|
||||
bindings = <
|
||||
&kp GRAVE &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12 &kp DEL &kp DEL
|
||||
&trans &kp CAPS &kp PG_UP &kp END &kp UP &kp HOME &trans &trans &trans &trans &trans &trans &trans &trans &kp INS &kp INS
|
||||
&trans &kp CAPS &kp PG_UP &kp HOME &kp UP &kp END &trans &trans &trans &trans &trans &trans &trans &trans &kp INS &kp INS
|
||||
&none &trans &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &trans &trans &trans &trans &trans &trans &trans &kp PSCRN &kp PSCRN
|
||||
&none &bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &trans &trans &trans &trans &trans &trans &bootloader &reset &kp C_PP
|
||||
&none &trans &trans &trans &trans &trans &kp C_VOLUME_UP &kp C_VOLUME_DOWN &kp C_MUTE &trans &trans
|
||||
|
|
Loading…
Reference in a new issue