From f1cdad5100bed0a248e580b2c36615ef762ff924 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 24 Apr 2021 20:03:18 +0000 Subject: [PATCH] fix 7skb missing key and missing row in zmk keymap --- zmk-config/config/boards/shields/7skb/7skb.keymap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zmk-config/config/boards/shields/7skb/7skb.keymap b/zmk-config/config/boards/shields/7skb/7skb.keymap index 4ed83418..dc4dfd00 100644 --- a/zmk-config/config/boards/shields/7skb/7skb.keymap +++ b/zmk-config/config/boards/shields/7skb/7skb.keymap @@ -28,7 +28,7 @@ combos { compatible = "zmk,combos"; combo_layer_navigation { - key-positions = <31 19 33>; + key-positions = <31 18 33>; bindings = <&tog LAYER_ID_FUNC>; }; }; @@ -52,7 +52,8 @@ 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 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 &trans &trans &trans &trans &trans &kp C_VOL_UP &kp C_VOL_DN &kp C_MUTE >;