this post was submitted on 08 Jul 2023
9 points (100.0% liked)

ErgoMechKeyboards

5686 readers
31 users here now

Ergonomic, split and other weird keyboards

Rules

Keep it ergo

Posts must be of/about keyboards that have a clear delineation between the left and right halves of the keyboard, column stagger, or both. This includes one-handed (one half doesn't exist, what clearer delineation is that!?)

i.e. no regular non-split¹ row-stagger and no non-split¹ ortholinear²

¹ split meaning a separation of the halves, whether fixed in place or entirely separate, both are fine.
² ortholinear meaning keys layed out in a grid

No Spam

No excessive posting/"shilling" for commercial purposes. Vendors are permitted to promote their products/services but keep it to a minimum and use the [vendor] flair. Posts that appear to be marketing without being transparent about it will be removed.

No Buy/Sell/Trade

This subreddit is not a marketplace, please post on r/mechmarket or other relevant marketplace.

Some useful links

founded 1 year ago
MODERATORS
 

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].

https://www.reddit.com/r/ErgoMechKeyboards/comments/12tvpsf/workflow_build_for_miryoku_with_the_revxlp_and/

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

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 workflow branches field.

And thanks for the reminder to fix the issue!