Replies: 2 comments 4 replies
-
If you're talking about boards like the Corne that have 5 or 6 column variants you'd need to tell ZMK which you're using via the chosen node: https://zmk.dev/docs/config/kscan#example-skipping-unused-positions If Keymap Editor knows the keyboard it will consider such a setting if it's found while parsing your keymap file (not in any other file) so borrowing Corne as an example again, if you added the following to
then the app will render the correct layout. |
Beta Was this translation helpful? Give feedback.
4 replies
-
This is what I am referring to. Since I am new to this world of ZMK and
programming keyboards simple things like this are taking me forever to
learn because I'm reading more on things that don't directly relate to what
I am looking for to get to what I am looking for. I've been using the key
mapping UI as a way of learning.
…On Mon, Sep 23, 2024 at 12:07 AM Nick Coutsos ***@***.***> wrote:
If you're talking about boards like the Corne that have 5 or 6 column
variants you'd need to tell ZMK which you're using via the chosen node:
https://zmk.dev/docs/config/kscan#example-skipping-unused-positions
If Keymap Editor knows the keyboard it will consider such a setting if
it's found while parsing your keymap file (not in any other file) so
borrowing Corne as an example again, if you added the following to
config/corne.keymap:
/ {
chosen {
zmk,matrix-transform = &five_column_transform;
};
};
then the app will render the correct layout.
—
Reply to this email directly, view it on GitHub
<#257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADMLPJIWPQ34DXGTSMGEQO3ZX6HZDAVCNFSM6AAAAABOVETLNWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZSGE3TMOI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
--
Regards,
Khalil R. Gonsalves
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With all the different boards out there having a way to remove a column would be really great.
Beta Was this translation helpful? Give feedback.
All reactions