#building zmk locally

1 messages · Page 1 of 1 (latest)

severe plank
#

I'm trying to build zmk locally for the kinesis advantage 360. This builds fine when I push to the git hub report, but when I build locally, I get the error below. To build, I run the command. west build --pristine -d build/left -b adv360_left -- -DZMK_CONFIG="/west build --pristine -d build/left -b adv360_left -- -DZMK_CONFIG="/advantage360/Adv360-Pro-ZMK/config". This give the below error:

gen_defines.py failed with return code: 1

clever moat
severe plank
#

oh. do you know how I could point my west build command to that fork?

clever moat
#

You'd use git to add their fork as a remote, then check it out.

#

Once you get that done west update to be safe, then build again.

severe plank
#

ok. i will try that. thanks! would have never guessed that was the problem

severe plank
#

The kinesis ZMK repo here - https://github.com/KinesisCorporation/Adv360-Pro-ZMK doesn't see to contain their fork of ZMK. Looks like it should be in the firmware folder, but that's empty. Guess I'm stuck on how to download there ZMK repo on mac.

GitHub

Production repository for the all-new Advantage360 Professional using ZMK engine - GitHub - KinesisCorporation/Adv360-Pro-ZMK: Production repository for the all-new Advantage360 Professional using ...

clever moat
#

That's the west.yml used to pull in ZMK when built with GHA.