Adding the vixen/babyv #296
-
is there any documentation or processes to add compatibility for new keyboards? looking to add the vixen. This is a great project and I already have 2 keyboards running miryoku. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The keyboard definition isn't in QMK master but is available at https://github.com/joedinkle/vial-qmk/tree/eod-keebs/keyboards/eyeohdesigns/vixen. First you'll need to merge that with Miryoku QMK. Ordinarily that could be done with the workflow automatic merge function, but at the moment it will need to be copied manually. See #287. The keyboard definition is also in a vial fork, so automatic merge probably would have failed anyway. Other than that you need to add a mapping to Miryoku QMK. See #264 (reply in thread). Refer to https://github.com/joedinkle/vial-qmk/blob/2c320bab1548f1684e8957dc7775a6fe720b5d91/keyboards/eyeohdesigns/vixen/keymaps/default/keymap.c#L23. If you don't have 3 x 1u thumb keys you'll also need to add an alternative layout option to change the thumb key positions and enable thumb combos. Mappings can also be added by request. |
Beta Was this translation helpful? Give feedback.
The keyboard definition isn't in QMK master but is available at https://github.com/joedinkle/vial-qmk/tree/eod-keebs/keyboards/eyeohdesigns/vixen.
First you'll need to merge that with Miryoku QMK. Ordinarily that could be done with the workflow automatic merge function, but at the moment it will need to be copied manually. See #287.
The keyboard definition is also in a vial fork, so automatic merge probably would have failed anyway.
Other than that you need to add a mapping to Miryoku QMK. See #264 (reply in thread). Refer to https://github.com/joedinkle/vial-qmk/blob/2c320bab1548f1684e8957dc7775a6fe720b5d91/keyboards/eyeohdesigns/vixen/keymaps/default/keymap.c#L23.
If you don't have 3 x …