mirror of
https://github.com/tcaxle/zmk-config.git
synced 2026-02-20 03:05:16 +00:00
Updated corne.keymap
This commit is contained in:
committed by
GitHub
parent
5d49982695
commit
4cb2c78b7f
@@ -17,10 +17,7 @@
|
|||||||
compatible = "zmk,behavior-tap-dance";
|
compatible = "zmk,behavior-tap-dance";
|
||||||
label = "LLAYERS";
|
label = "LLAYERS";
|
||||||
#binding-cells = <0>;
|
#binding-cells = <0>;
|
||||||
bindings =
|
bindings = <&mo 5>, <&mo 1>, <&tog 5>;
|
||||||
<&mo 5>,
|
|
||||||
<&mo 1>,
|
|
||||||
<&tog 5>;
|
|
||||||
};
|
};
|
||||||
rlayers: rlayers {
|
rlayers: rlayers {
|
||||||
compatible = "zmk,behavior-tap-dance";
|
compatible = "zmk,behavior-tap-dance";
|
||||||
@@ -32,17 +29,13 @@
|
|||||||
compatible = "zmk,behavior-tap-dance";
|
compatible = "zmk,behavior-tap-dance";
|
||||||
label = "LMODS";
|
label = "LMODS";
|
||||||
#binding-cells = <0>;
|
#binding-cells = <0>;
|
||||||
bindings =
|
bindings = <&sk LCTRL>, <&sk LEFT_ALT>;
|
||||||
<&sk LCTRL>,
|
|
||||||
<&sk LEFT_ALT>;
|
|
||||||
};
|
};
|
||||||
rmods: rmods {
|
rmods: rmods {
|
||||||
compatible = "zmk,behavior-tap-dance";
|
compatible = "zmk,behavior-tap-dance";
|
||||||
label = "RMODS";
|
label = "RMODS";
|
||||||
#binding-cells = <0>;
|
#binding-cells = <0>;
|
||||||
bindings =
|
bindings = <&sk RCTRL>, <&sk LEFT_META>;
|
||||||
<&sk RCTRL>,
|
|
||||||
<&sk LEFT_META>;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -159,5 +152,14 @@
|
|||||||
|
|
||||||
label = "configuration";
|
label = "configuration";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
layer_6 {
|
||||||
|
bindings = <
|
||||||
|
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
||||||
|
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
||||||
|
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
||||||
|
&trans &trans &trans &trans &trans &trans
|
||||||
|
>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user