Mod-morph labels are not currently displayed on the keys. Is this intentional? Is there a way to get the labels to display or some other method to have the desired characters show on the keys. Thank you.
behaviors {
umlaut: umlaut {
compatible = "zmk,behavior-macro-one-param";
#binding-cells = <1>;
bindings = <&kp LA(U)>, <¯o_param_1to1>, <&kp MACRO_PLACEHOLDER>;
};
a_umlaut: a_umlaut {
label = "Ä";
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
bindings = <¨aut A>, <¨aut LS(A)>;
mods = <(MOD_LSFT|MOD_RSFT)>;
};
o_umlaut: o_umlaut {
label = "Ö";
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
bindings = <¨aut O>, <¨aut LS(O)>;
mods = <(MOD_LSFT|MOD_RSFT)>;
};
a_ring: a_ring {
label = "Å";
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
bindings = <&kp LA(A)>, <&kp LS(LA(A))>;
mods = <(MOD_LSFT|MOD_RSFT)>;
};
};
Mod-morph labels are not currently displayed on the keys. Is this intentional? Is there a way to get the labels to display or some other method to have the desired characters show on the keys. Thank you.