Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support for custom keys defined in included *.h files. #222

Open
eZtaR1 opened this issue May 13, 2024 · 2 comments
Open

Comments

@eZtaR1
Copy link

eZtaR1 commented May 13, 2024

Many non-US users have to use this workaround to make our keymaps work as nice as possible.

Would it be possible to include the import or custom defined keys like this, or is there a workaround? :)

@nickcoutsos
Copy link
Owner

I don't plan on adding support for parsing arbitrary headers because of the complexity it adds, but as far as locale-specific keycodes I think the better option is zmk-locale-generator. Keymap Editor still won't parse the headers, but it will recognize them when included in your keymap and will add the keycodes/symbols to the UI (you're still responsible for actually adding the header file to your repo, though).

@eZtaR1
Copy link
Author

eZtaR1 commented May 14, 2024

I don't plan on adding support for parsing arbitrary headers because of the complexity it adds, but as far as locale-specific keycodes I think the better option is zmk-locale-generator. Keymap Editor still won't parse the headers, but it will recognize them when included in your keymap and will add the keycodes/symbols to the UI (you're still responsible for actually adding the header file to your repo, though).

Thanks! I'll try it out :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants