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.
Edit: see https://lemmy.world/comment/1025033.
There are 2 repos involved, ZMK and Miryoku ZMK.
The branch selector in the workflow is for choosing which Miryoku ZMK branch to build from. Unless you’ve made your own branch in your fork or you’ve manually sync’d an experimental branch from upstream, you’ll only have the main branch in your fork.
The branches field in the workflow is used for selecting and merging ZMK forks and branches. That’s what you need to do here, so put
zmkfirmware/zmk/main
in the workflowbranches
field.And thanks for the reminder to fix the issue!