Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate half-layer inner thumb to both hands #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jablko
Copy link
Contributor

@jablko jablko commented Oct 22, 2023

What do you think about duplicating the half-layer inner thumb to both inner thumbs, replacing U_NA on the hold side, for boards with a common, MIT thumb key? e.g. on the num layer, put MINUS on the right (and left) inner thumb.

On the ZMK REVIUNG41/39 that puts all the half-layer inner thumbs on the MIT thumb --- not just the right ones and nothing on the left half-layers.

On boards with independent inner thumbs the hold side isn't available because that thumb is holding the layer tap, so the keymap position isn't used. But an MIT thumb key it's reachable equally by either hand.

I added the following line to table-layer-half to try it out and confirm that it worked (with ZMK):

hold_table[-1][length - 1] = hold_table[-1][length] = convert_symbol(half_table[-1][-1 if mode == 'l' else 0])

☝️ Copies the half_table inner thumb to both hold_table inner thumbs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant