Advantage 360 pro broken after updating the firmware to v3 #266
-
The advantage 360 had a major update to their firmware. Since then I haven't be able to make it work with the keymap. Could someone help me to figure out how to update the keymap config to make it work again? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Miryoku ZMK supports two different keyboard definitions for the Kinesis Advantage 360 Pro: You can see the repos used for each at https://github.com/manna-harbour/miryoku_zmk/blob/master/.github/workflows/outboards/boards/adv360 and https://github.com/manna-harbour/miryoku_zmk/blob/master/.github/workflows/outboards/boards/adv360pro. For Here are sample build runs: |
Beta Was this translation helpful? Give feedback.
Miryoku ZMK supports two different keyboard definitions for the Kinesis Advantage 360 Pro:
adv360
(requires a ZMK fork), andadv360pro
(can be built from ZMK main).You can see the repos used for each at https://github.com/manna-harbour/miryoku_zmk/blob/master/.github/workflows/outboards/boards/adv360 and https://github.com/manna-harbour/miryoku_zmk/blob/master/.github/workflows/outboards/boards/adv360pro.
For
adv360
, Kinesis has removed the v2 branch, so the outboard needed to be updated. That has been done now.Here are sample build runs:
adv360
: https://github.com/manna-harbour/miryoku_zmk/actions/runs/8965407385adv360pro
: https://github.com/manna-harbour/miryoku_zmk/actions/runs/896…