• hyperreal@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    Have you checked out the quickstart guide? You need to fork manna_harbour/miryoku_zmk and use the workflow found in Actions > 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.

    • MediaRefugee@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      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:

      The shield has been updated to use ZMK main now, so the outboard will need updating. For now you can use zmkfirmware/zmk/main with the workflow branches option to override the old value.

      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.