-
Is it possible to use a generic 34-key layout on a Glove80? I only care/develop for a 34-key layout using it on a Glove80 (15 keys and the two bottom thumb keys closest to the thumb on each side). I would like to maintain a single .keymap file and have it usable for multiple split boards. Is this what ZMK_APPLY_MATRIX_TRANFORM does? If it's trivial to do, an example would be much appreciated. Otherwise I guess setting Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Yes, in principle that's possible. You'd need to first define your own matrix transform. Once defined, you can then apply it in your keymap using Out of curiosity, what about the modular approach in this repo doesn't work for you? Effectively, I'm only maintaining a single 34-keys keymap file ( |
Beta Was this translation helpful? Give feedback.
Yes, in principle that's possible. You'd need to first define your own matrix transform. Once defined, you can then apply it in your keymap using
ZMK_APPLY_MATRIX_TRANSFORM
.Out of curiosity, what about the modular approach in this repo doesn't work for you? Effectively, I'm only maintaining a single 34-keys keymap file (
base.keymap
) which is applied to all my keyboards of different size, including my Glove80.