Skip to content

Can't type some symbols #197

Answered by manna-harbour
lukewilde asked this question in Q&A
Discussion options

You must be logged in to vote

Keyboard firmware assumes the host is using US ANSI. For localised layouts on the host you need to translate keycodes.

For QMK see https://docs.qmk.fm/#/reference_keymap_extras?id=header-files.
For ZMK see https://github.com/joelspadin/zmk-locale-generator/releases.

For Miryoku, you'd add a #include for the appropriate localisation header file to custom_config.h and then substitute custom layers with the localised keycodes where they differ. See #85.

Alternatively, use EurKEY, Compose, or US International, which wouldn't require any modification to the keymap.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ntzm
Comment options

Answer selected by manna-harbour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants