So I’m trying to follow the instructions from the old reddit community to build the miryoku firmware for [seeeduino_xiao_ble, chiper36, Colemak, default, Mac, flip, default, default, default, default].
But I’m new to github and don’t quite get it. How do I select zmkfirmware/zmk/main
build actions? I only see master as an option.
Have you checked out the quickstart guide? You need to fork
manna_harbour/miryoku_zmk
and use the workflow found inActions > Build Inputs
.Personally, I prefer to take manna_harbour’s excellent miryoku layout as a basis and write my own keymap, using the existing documentation as a guide. There’s alot more trial and error but you’ll have a better understanding of how the firmware works when you’ve got it working. I find the GitHub Actions-based workflow for building firmware overly complicated for my personal use case.
Yes, I cloned the repo and tried build inputs, but the build fails with the same issue the poster in the other thread has, apparently related to seeeduino_xiao_ble boards. Manna_harbour said:
But I don’t see how to do this. Master is the only option when I use the build inputs action.
I did try making my own similar layout with vial before, but my new board uses zmk and setting everything up by hand looks very fussy when I could just use an existing firmware that does what I want. … If I can get it to build, anyway.