Add Charybdis to Miryoku ZMK #300
-
Tried Void/EIGA wireless charybdis build from Bastard Keyboards ( https://www.youtube.com/watch?v=Mks7QDxFreY&t=122s ). The build tutorial and link for custom pcb for low power sensor is really awesome. Managed to build myself a wireless chary with no experience whatsoever. Only problem i have is that cannot find a way to build a firmware for trackball on Miryoku. Wish for support with adding Charybdis in Miryoku. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I've added support for modules and the pointers-move-scroll branch to Miryoku ZMK. In a charybdis testing branch I've also added the keymap, mapping, and outboard. After testing, that commit can be added to the main branch. The keyboard definition includes default scroll and snipe layers, so they will need to be overridden. Ideally, they would be disabled in @vloth's module at the boards level and defined at the config level there instead (since they depend on the keymap), then set here if desired. Select branch |
Beta Was this translation helpful? Give feedback.
-
works perfectly. Awesome !!! |
Beta Was this translation helpful? Give feedback.
I've added support for modules and the pointers-move-scroll branch to Miryoku ZMK. In a charybdis testing branch I've also added the keymap, mapping, and outboard. After testing, that commit can be added to the main branch.
The keyboard definition includes default scroll and snipe layers, so they will need to be overridden. Ideally, they would be disabled in @vloth's module at the boards level and defined at the config level there instead (since they depend on the keymap), then set here if desired.
Select branch
charybdis-test
and build with boardnice_nano_v2
, shieldcharybdis_left,charybdis_right
, and custom_config#define MIRYOKU_KLUDGE_MOUSEKEYSPR
. Here's a sample build run: https://g…