Support for iris rev8 #244
-
I am brand new at this but I do not see a rev8 folder in the keyboards area. It stops at rev7. That being said, the "what's new" section on the keebio site says that the layout options are exactly the same as rev7, it's just a more powerful processor. Does this mean I can create a build for rev7 and it should work with no other changes? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
QMK master is the current version of QMK, but usually does not contain the current version of Miryoku QMK. The Miryoku QMK development branch is the current version of Miryoku QMK, but usually does not contain the current version of QMK. To use both the current versions of QMK and Miryoku QMK together, the QMK master and miryoku branches need to be merged. rev8 is included in QMK master. Here's a sample build run for rev8 merging QMK master: https://github.com/manna-harbour/miryoku_qmk/actions/runs/6198484881 At the moment, QMK master is probably up to date with Miryoku QMK, so if you're building locally you can just build directly from QMK master. |
Beta Was this translation helpful? Give feedback.
QMK master is the current version of QMK, but usually does not contain the current version of Miryoku QMK. The Miryoku QMK development branch is the current version of Miryoku QMK, but usually does not contain the current version of QMK. To use both the current versions of QMK and Miryoku QMK together, the QMK master and miryoku branches need to be merged.
See https://github.com/manna-harbour/miryoku_qmk/tree/miryoku/users/manna-harbour_miryoku#branches.
rev8 is included in QMK master. Here's a sample build run for rev8 merging QMK master: https://github.com/manna-harbour/miryoku_qmk/actions/runs/6198484881
At the moment, QMK master is probably up to date with Miryoku QMK, so if you're bu…