urob / zmk-helpers

Convenience macros simplifying ZMK's keymap configuration
MIT License
235 stars 79 forks source link

Encountered an error while using ZMK_UNICODE_SINGLE #29

Closed jnpngshiii closed 10 months ago

jnpngshiii commented 10 months ago

When I use ZMK_UNICODE_SINGLE(euro_sign, N2, N0, A, C), the output of the keyboard is u20ac instead of .

My chip is Seeed Studio XIAO nRF52840 Sense, my computer is a Mac mini with macOS 14.

Any help is appreciated.

My profile.

urob commented 10 months ago

Did you follow the documented steps to (1) activate unicode in macOS, and (2) configure the helper to send macOS keycodes?

jnpngshiii commented 10 months ago

Aha, I forgot to use Unicode Hex Input

Close this.