urob / zmk-helpers

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

Unable to build due to missing helper.h #21

Closed tymm closed 1 year ago

tymm commented 1 year ago

I'm trying to use your amazing timeless homerow mod on my Kinesis 360 by using your adv360-demo-config repository as a base and as a first step trying to add zmk-nodefree-config.

I've added the zmk-nodefree-config repository as a submodule to the adv360-demo-config root but builds fail with: /__w/adv360-demo-config/adv360-demo-config/config/adv360pro.keymap:8:10: fatal error: ../zmk-nodefree-config/helper.h: No such file or directory

Here is the build: https://github.com/tymm/adv360-demo-config/actions/runs/5708421380/job/15466158281 And here is the underlying commit: https://github.com/urob/adv360-demo-config/commit/e2182fe75089ce44906c659951bd42e2c979adde

Thank you for your great work.

urob commented 1 year ago

Did you activate submodules for Github actions as per footnote 1 in the documentation https://github.com/urob/zmk-nodefree-config?

urob commented 1 year ago

Or just copy over this file from my personal config https://github.com/urob/zmk-config/blob/main/.github/workflows/build.yml

tymm commented 1 year ago

Thanks. Copying the build.yml solved the issue.