-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature request/question: zmk-helpers support #101
Comments
Not right now, at least if you use the recommended installation method through Currently there are two separate things that need to be done to be able to use modules:
I should probably look into this soon, but these are not the fun parts of the project as you can imagine 😄 |
Oh, I think this workaround could be used right now if you really want to use both zmk-helpers/v2 and keymap-drawer: Place this folder in |
Thanks! I figured I could just pull them in locally as a workaround if needed. Totally understand there is more higher priority work, maybe I'll poke around on a fork if I have some free time. |
Thanks to @stijnveenman, this is now possible through #105 and #107. You need to add the include path to your config: parse_config:
[...]
zmk_additional_includes: ["zmk-helpers/include"] If you are using the Github workflow, you need to also set the west config path so it fetches west modules (including zmk-helpers) first in your workflow yaml: jobs:
draw:
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@main
permissions:
contents: write # allow workflow to commit to the repo
with:
[...]
install_branch: main # need this until the next release to get the latest keymap-drawer
west_config_path: 'config' |
Does this/will this support urob's zmk-helpers module, found below? I used version 1, but switched to a normal declarative config to use this keymap-drawer. There are some conveniences I miss though, and have thought about using v2. Is this something that keymap-drawer could support?
https://github.com/urob/zmk-helpers/tree/v2?tab=readme-ov-file
The text was updated successfully, but these errors were encountered: