fix 7skb missing key and missing row in zmk keymap
This commit is contained in:
parent
209479c448
commit
f1cdad5100
|
@ -28,7 +28,7 @@
|
||||||
combos {
|
combos {
|
||||||
compatible = "zmk,combos";
|
compatible = "zmk,combos";
|
||||||
combo_layer_navigation {
|
combo_layer_navigation {
|
||||||
key-positions = <31 19 33>;
|
key-positions = <31 18 33>;
|
||||||
bindings = <&tog LAYER_ID_FUNC>;
|
bindings = <&tog LAYER_ID_FUNC>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -52,7 +52,8 @@
|
||||||
|
|
||||||
bindings = <
|
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
|
&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
|
||||||
&kp CAPS &kp PG_UP &kp HOME &kp END &trans &trans &trans &trans &trans &trans &trans &trans &trans &kp INS
|
&kp CAPS &kp PG_UP &kp HOME &kp UP &kp END &trans &trans &trans &trans &trans &trans &trans &trans &kp INS
|
||||||
|
&trans &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &trans &trans &trans &trans &trans &trans &trans &kp PSCRN
|
||||||
&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 &bootloader &reset &kp C_PLAY_PAUSE
|
&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 &bootloader &reset &kp C_PLAY_PAUSE
|
||||||
&trans &trans &trans &trans &trans &kp C_VOL_UP &kp C_VOL_DN &kp C_MUTE
|
&trans &trans &trans &trans &trans &kp C_VOL_UP &kp C_VOL_DN &kp C_MUTE
|
||||||
>;
|
>;
|
||||||
|
|
Loading…
Reference in a new issue