move "ß" to another layer instead of tapdance

This commit is contained in:
Marius Alwan Meyer 2023-02-08 23:00:46 +00:00
parent feac824d79
commit f3f7be7194

View File

@ -18,22 +18,13 @@
};
/ {
behaviors {
td_ss: tap_dance_0 {
compatible = "zmk,behavior-tap-dance";
label = "TAP_DANCE_0";
#binding-cells = <0>;
tapping-term-ms = <140>;
bindings = <&kp H>, <&kp LBKT>;
};
};
keymap {
compatible = "zmk,keymap";
default_layer {
bindings = <
&kp ESC &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp RETURN
&sk CAPS &kp A &kp S &kp D &kp F &kp G &td_ss &kp J &kp K &kp L &kp SEMI &kp SQT
&sk CAPS &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&sk LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &sk RSHIFT
&kp LGUI &sk LCTRL &kp SPACE &kp LC(BSPC) &sk RALT &mo 1
>;
@ -42,8 +33,8 @@
adjust_layer {
bindings = <
&kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP &kp C_PREV &kp C_NEXT &kp C_PP &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_CLR
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &out OUT_BLE &out OUT_USB &trans &trans &trans &trans
&kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12 &trans &trans &trans &trans &trans &kp PAUSE_BREAK
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp LBKT &out OUT_BLE &out OUT_USB &trans &trans &trans
&kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12 &trans &trans &trans &trans &trans &kp PAUSE_BREAK
&trans &trans &trans &trans &trans &trans
>;
};