ë Ë
This commit is contained in:
@@ -71,13 +71,31 @@
|
|||||||
)
|
)
|
||||||
// [Ê]
|
// [Ê]
|
||||||
ZMK_MACRO(macroecirconmaj,
|
ZMK_MACRO(macroecirconmaj,
|
||||||
wait-ms = <30>;
|
wait-ms = <100>;
|
||||||
tap-ms = <30>;
|
tap-ms = <100>;
|
||||||
bindings = <¯o_tap &kp CARET>,
|
bindings = <¯o_tap &kp CARET>,
|
||||||
<¯o_press &kp LSHFT>,
|
<¯o_press &kp LSHFT>,
|
||||||
<¯o_tap &kp E>,
|
<¯o_tap &kp E>,
|
||||||
<¯o_release &kp LSHFT>;
|
<¯o_release &kp LSHFT>;
|
||||||
)
|
)
|
||||||
|
// [ë]
|
||||||
|
ZMK_MACRO(noelmin,
|
||||||
|
wait-ms = <0>;
|
||||||
|
tap-ms = <0>;
|
||||||
|
bindings = <¯o_press &kp LSHFT>,
|
||||||
|
<¯o_tap &kp SQT>,
|
||||||
|
<¯o_release &kp LSHFT>,
|
||||||
|
<¯o_tap &kp E>;
|
||||||
|
)
|
||||||
|
// [Ë]
|
||||||
|
ZMK_MACRO(noelmaj,
|
||||||
|
wait-ms = <100>;
|
||||||
|
tap-ms = <100>;
|
||||||
|
bindings = <¯o_press &kp LSHFT>,
|
||||||
|
<¯o_tap &kp SQT>,
|
||||||
|
<¯o_tap &kp E>,
|
||||||
|
<¯o_release &kp LSHFT>;
|
||||||
|
)
|
||||||
// [ç] [Ç]
|
// [ç] [Ç]
|
||||||
ZMK_MACRO(cdille,
|
ZMK_MACRO(cdille,
|
||||||
wait-ms = <0>;
|
wait-ms = <0>;
|
||||||
@@ -143,6 +161,13 @@
|
|||||||
bindings = <¯oecirconmin>, <¯oecirconmaj>;
|
bindings = <¯oecirconmin>, <¯oecirconmaj>;
|
||||||
mods = <(MOD_LSFT)>;
|
mods = <(MOD_LSFT)>;
|
||||||
};
|
};
|
||||||
|
noel: noel {
|
||||||
|
compatible = "zmk,behavior-mod-morph";
|
||||||
|
label = "NOEL";
|
||||||
|
#binding-cells = <0>;
|
||||||
|
bindings = <&noelmin>, <&noelmaj>;
|
||||||
|
mods = <(MOD_LSFT)>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
/* ======
|
/* ======
|
||||||
* COMBOS
|
* COMBOS
|
||||||
@@ -170,6 +195,11 @@
|
|||||||
key-positions = <26 27>;
|
key-positions = <26 27>;
|
||||||
bindings = <&cdille>;
|
bindings = <&cdille>;
|
||||||
};
|
};
|
||||||
|
combo_noel {
|
||||||
|
timeout-ms = <30>;
|
||||||
|
key-positions = <19 21>;
|
||||||
|
bindings = <&noel>;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user