Best way to support a new keyboard in QMK? (cantor) #89
-
Hi! I have made a 36-key version of the cantor keyboard and I would like to know the best way to support it on miryoku QMK. I couldn't find documentation on that (at least something that I would understand at this point 😬), so any pointers would be greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If your board is equivalent to a cantor but with the outer pinkie columns removed (i.e. it uses the same schematic and can run the same firmware) then you don't need to do anything, as cantor is already supported (see below) and the outer columns are not used. If you used a different schematic then you only need to enable the
Cantor is supported in Miryoku QMK via the |
Beta Was this translation helpful? Give feedback.
-
Thank you! I had no idea cantor was already supported (my version has the 3 outer keys removed just as you said). All I had to do was |
Beta Was this translation helpful? Give feedback.
If your board is equivalent to a cantor but with the outer pinkie columns removed (i.e. it uses the same schematic and can run the same firmware) then you don't need to do anything, as cantor is already supported (see below) and the outer columns are not used.
If you used a different schematic then you only need to enable the
split_3x5_3
community layout in your keyboard definition, which is already supported by Miryoku QMK.LAYOUT_split_3x5_3
as the layout macro name and addLAYOUTS = split_3x5_3
torules.mk
at the keyboard level.