urob / zmk-helpers

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

Unicode for Windows 10 #25

Closed bernhardfrenking closed 11 months ago

bernhardfrenking commented 11 months ago

I would like to use the german umlauts with Windows 10.

To achive this, I added with #include the files helper.h and german.dtsi to the keymap-file. I would then expect &de_ae to be recognized as an ä, but I get u00e4 instead. So basicly the Unicode, but not the character for it.

Any idea what I have misconfigured?

urob commented 11 months ago

I would like to use the german umlauts with Windows 10.

To achive this, I added with #include the files helper.h and german.dtsi to the keymap-file.

I would then expect &de_ae to be recognized as an ä, but I get u00e4 instead. So basicly the Unicode, but not the character for it.

Any idea what I have misconfigured?

Did you set up the OS as described in the readme?

bernhardfrenking commented 11 months ago

@urob Thx, that did it.