Skip to content

Display mod-morph labels on keys #359

@carsonwick

Description

@carsonwick

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)>, <&macro_param_1to1>, <&kp MACRO_PLACEHOLDER>;
    };

    a_umlaut: a_umlaut {
        label = "Ä";
        compatible = "zmk,behavior-mod-morph";
        #binding-cells = <0>;
        bindings = <&umlaut A>, <&umlaut LS(A)>;
        mods = <(MOD_LSFT|MOD_RSFT)>;
    };

    o_umlaut: o_umlaut {
        label = "Ö";
        compatible = "zmk,behavior-mod-morph";
        #binding-cells = <0>;
        bindings = <&umlaut O>, <&umlaut 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)>;
    };
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions