Hi hi, I'm running into an issue with two very specific keybinds on my keymap, namely the forward slash combo and the move mouse right key. As far as I can tell, all other keys and combos work fine, just these very specific few don't.
I'm using a self-built Ferris Sweep, if that matters, and here is my repo:
https://github.com/Babbie/zmk-config
My config is based off of urob's amazing setup.
Thanks in advance for any hints, tips, or the solution to my issues!
#[SOLVED] Specific keybind issues
1 messages · Page 1 of 1 (latest)
Please check if you are hitting the "combos per key" limit here: https://zmk.dev/docs/config/combos
See the Combos feature page for more details and examples.
Should be fine, those keys have the same amount of combos as the keys on the mirrored side (4 for the middle finger middle row, 3 for the middle finger bottom row) and the ones on that side work
Seems to me you have 6 on RM2
6 RM2
5 RB2
4 RM3
4 RM1
4 LM2
3 RT2
3 RB3
3 RB1
3 LT3
3 LT2
3 LT1
3 LM3
3 LM1
3 LB3
3 LB2
3 LB1
2 RT3
2 RT1
2 RM0
2 LM0
1 RT0
1 RB0
1 LT0
1 LB0
You're completely right, can't count... Just increasing the counter in the .conf should work, right? That just leaves the mouse move right key, then...
Yup, increasing the counter in the .conf worked. Thanks for that! Still can't move the mouse right, specifically, though 😢
I'll have a look
So the right pinky key on the mouse layer, right?
All the other keys work on that layer?
Yep, just that one. Can move everywhere but right lol
That's a pretty weird one
I know right? I'm assuming I made some sort of spelling mistake, but if I did I can't find it...
I can’t see anything either right now, I’ll try with my parser in a bit
I think I found it, building now...
https://github.com/Babbie/zmk-config/commit/993aed1a56ae618f51460e3448d83724bbad598f followed by this, because else I can't activate mouse mode at all 😅
Ah, I hadn’t seen the smart layer stuff
If I got the parser working then I’d have noticed 😛
Yup, that did the trick! Thanks a lot for the max combo tip, and for your time!