diff --git a/config/boards/shields/temper/temper.keymap b/config/boards/shields/temper/temper.keymap index fe2bdba1..7e1aa252 100644 --- a/config/boards/shields/temper/temper.keymap +++ b/config/boards/shields/temper/temper.keymap @@ -81,48 +81,6 @@ bindings = <&kp AMPS>, <&kp PIPE>; mods = <(MOD_LSFT)>; }; - qwerty_tog: qwerty_toggle { - compatible = "zmk,behavior-tap-dance"; - label = "QWERTY_TOGGLE"; - #binding-cells = <0>; - bindings = <&trans>, <&trans>, <&trans>, <&trans>, <&tog QWERTY>; - }; - bt_clear: bt_clear { - compatible = "zmk,behavior-tap-dance"; - label = "BT_CLEAR"; - #binding-cells = <0>; - bindings = <&trans>, <&trans>, <&trans>, <&trans>, <&bt BT_CLR>; - }; - bt0: bt_sel_0 { - compatible = "zmk,behavior-tap-dance"; - label = "BT_SEL_0"; - #binding-cells = <0>; - bindings = <&trans>, <&trans>, <&trans>, <&trans>, <&bt BT_SEL 0>; - }; - bt1: bt_sel_1 { - compatible = "zmk,behavior-tap-dance"; - label = "BT_SEL_1"; - #binding-cells = <0>; - bindings = <&trans>, <&trans>, <&trans>, <&trans>, <&bt BT_SEL 1>; - }; - bt2: bt_sel_2 { - compatible = "zmk,behavior-tap-dance"; - label = "BT_SEL_2"; - #binding-cells = <0>; - bindings = <&trans>, <&trans>, <&trans>, <&trans>, <&bt BT_SEL 2>; - }; - bt3: bt_sel_3 { - compatible = "zmk,behavior-tap-dance"; - label = "BT_SEL_3"; - #binding-cells = <0>; - bindings = <&trans>, <&trans>, <&trans>, <&trans>, <&bt BT_SEL 3>; - }; - bt4: bt_sel_4 { - compatible = "zmk,behavior-tap-dance"; - label = "BT_SEL_4"; - #binding-cells = <0>; - bindings = <&trans>, <&trans>, <&trans>, <&trans>, <&bt BT_SEL 4>; - }; }; keymap { compatible = "zmk,keymap"; @@ -184,11 +142,11 @@ fun_layer { bindings = < // ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ - &qwerty_tog &kp K_MUTE &kp C_VOL_DN &kp C_VOL_UP &out OUT_TOG &trans &kp F7 &kp F8 &kp F9 &kp F12 + &tog QWERTY &kp K_MUTE &kp C_VOL_DN &kp C_VOL_UP &out OUT_TOG &trans &kp F7 &kp F8 &kp F9 &kp F12 // ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ - &bt0 &bt1 &bt2 &bt3 &bt4 &trans &kp F4 &kp F5 &kp F6 &kp F11 + &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &trans &kp F4 &kp F5 &kp F6 &kp F11 // ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ - &bt_clear &kp C_PREV &kp C_PP &kp C_NEXT &trans &trans &kp F1 &kp F2 &kp F3 &kp F10 + &bt BT_CLR &kp C_PREV &kp C_PP &kp C_NEXT &trans &trans &kp F1 &kp F2 &kp F3 &kp F10 // ╰─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴─────────────╯ &trans &trans &trans &trans &trans &trans // ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯