1
0
mirror of https://github.com/tcaxle/zmk-config.git synced 2024-11-25 08:41:56 +00:00

Fix build errors

This commit is contained in:
keymap-editor[bot] 2023-05-02 15:51:18 +00:00 committed by GitHub
parent 850967b79e
commit 739bc7da12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,14 +28,21 @@
#binding-cells = <0>; #binding-cells = <0>;
bindings = <&mo 2>; bindings = <&mo 2>;
}; };
sh: sh { lmods: lmods {
compatible = "zmk,behavior-hold-tap"; compatible = "zmk,behavior-tap-dance";
label = "SH"; label = "LMODS";
#binding-cells = <0>;
bindings = bindings =
<&sk>, <&sk LCTRL>,
<&sk>; <&sk LEFT_ALT>;
};
#binding-cells = <2>; rmods: rmods {
compatible = "zmk,behavior-tap-dance";
label = "RMODS";
#binding-cells = <0>;
bindings =
<&sk RCTRL>,
<&sk LEFT_META>;
}; };
}; };
@ -61,10 +68,10 @@
base { base {
bindings = < bindings = <
&kp TAB &kp Q &kp W &kp F &kp P &kp G &kp J &kp L &kp U &kp Y &kp SEMI &kp INS &kp TAB &kp Q &kp W &kp F &kp P &kp G &kp J &kp L &kp U &kp Y &kp SEMI &kp INS
&kp BACKSPACE &kp A &kp R &kp S &kp T &kp D &kp H &kp N &kp E &kp I &kp O &kp DEL &kp BACKSPACE &kp A &kp R &kp S &kp T &kp D &kp H &kp N &kp E &kp I &kp O &kp DEL
&kp LEFT_SHIFT &kp Z &kp X &kp C &kp V &kp B &kp K &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT &kp LEFT_SHIFT &kp Z &kp X &kp C &kp V &kp B &kp K &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT
&sh LEFT_ALT LCTRL &llayers &kp SPACE &kp ENTER &rlayers &sh LEFT_WIN RCTRL &lmods &llayers &kp SPACE &kp ENTER &rlayers &rmods
>; >;
}; };