Add support for crosses 5x3 qmk keyboard #378
-
Hello @manna-harbour , I recently got Crosses keyboard, here is the link to its repo https://github.com/Good-Great-Grand-Wonderful/qmk_firmware/tree/gggw/crosses/keyboards/gggw/crosses Is it possible to add Miryoku QMK support for this? It is a keyboard which has dual trackballs. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I tried adding this to custom_config.h, but it didn't compile.
I'm getting this error |
Beta Was this translation helpful? Give feedback.
-
As the layout is 3x5+3, there's 2 options to add support:
Also note #287. Since you have the mapping macro above, 2. might be easier than 1. |
Beta Was this translation helpful? Give feedback.
As the layout is 3x5+3, there's 2 options to add support:
split_3x5_3
community layout, that is already supported by Miryoku QMK. Note that the QMK docs are out of date, and the process involves changing the layout macro name and declaring community layout support inkeyboard.json
. Ask on the QMK discord for details.keyboards/gggw/crosses/3x5/keymaps/manna-harbour_miryoku/
. See some examples. What you have above looks correct for the contents ofconfig.h
.keymap.c
needs to exist but can be empty.Also note #287.
Since you have the mapping macro above, 2. might be easier than 1.