Miryoku for Keyball39 #371
-
I use Miryoku_ZMK on my corne 5-col and have been extremely happy with it and it was super easy to setup with workflows. I purchased a keyball39 almost a year ago now and have been working on and off trying to get Miryoku_QMK flashed and just end up getting frustrated. I'm confident it's my lack of understanding of QMK and possibly my build environment, but can't seem to wrap my head around it (309). I'll continue to do work at it, but it'd be great for it to be a supported board, but not sure how much work it'd be considering it's unique features. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
There are a couple of issues making this more difficult. First, the keyboard definition is not in QMK master (and isn't even in a QMK fork, so can't be merged). Second, Miryoku QMK and other user keymaps were removed from QMK master, see #287. I'm planning on migrating Miryoku QMK to a "userspace" repo, and adding the outboards feature from Miryoku ZMK to Miryoku QMK. That will take care of these issues automatically, but for now building for keyball will require some manual work. The first step is to build the default keymap for your keyboard according to https://github.com/Yowkees/keyball/blob/main/qmk_firmware/keyboards/keyball/readme.md. Next is to copy https://github.com/manna-harbour/miryoku_qmk/tree/miryoku/users/manna-harbour_miryoku and https://github.com/manna-harbour/miryoku_qmk/tree/miryoku/layouts/community/split_3x5_3/manna-harbour_miryoku to the corresponding locations in your QMK fork or clone and test it by building Miryoku QMK for any of these keyboards: https://github.com/manna-harbour/miryoku_qmk/tree/miryoku/users/manna-harbour_miryoku#split_3x5_3 The final step is to add a Miryoku mapping for your keyboard. Let me know when you're up to this step and I can make it or give directions if you'd like to do it. |
Beta Was this translation helpful? Give feedback.
-
hi, i've recently had the same issue - i've managed to do it with stock layout like this: (except that my keyball39 doesn't have the ball): Yowkees/keyball@main...erplsf:keyball:main |
Beta Was this translation helpful? Give feedback.
There are a couple of issues making this more difficult. First, the keyboard definition is not in QMK master (and isn't even in a QMK fork, so can't be merged). Second, Miryoku QMK and other user keymaps were removed from QMK master, see #287. I'm planning on migrating Miryoku QMK to a "userspace" repo, and adding the outboards feature from Miryoku ZMK to Miryoku QMK. That will take care of these issues automatically, but for now building for keyball will require some manual work.
The first step is to build the default keymap for your keyboard according to https://github.com/Yowkees/keyball/blob/main/qmk_firmware/keyboards/keyball/readme.md.
Next is to copy https://github.com/manna-harbou…