#[SOLVED] Specific keybind issues

1 messages · Page 1 of 1 (latest)

plucky hull
#

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!

GitHub

Bab's ZMK keyboard config. Contribute to Babbie/zmk-config development by creating an account on GitHub.

dim hill
plucky hull
#

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

dim hill
#

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
plucky hull
#

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...

plucky hull
#

Yup, increasing the counter in the .conf worked. Thanks for that! Still can't move the mouse right, specifically, though 😢

dim hill
#

I'll have a look

#

So the right pinky key on the mouse layer, right?

#

All the other keys work on that layer?

plucky hull
#

Yep, just that one. Can move everywhere but right lol

dim hill
#

That's a pretty weird one

plucky hull
#

I know right? I'm assuming I made some sort of spelling mistake, but if I did I can't find it...

dim hill
#

I can’t see anything either right now, I’ll try with my parser in a bit

dim hill
#

Ah, I hadn’t seen the smart layer stuff

#

If I got the parser working then I’d have noticed 😛

plucky hull
#

Yup, that did the trick! Thanks a lot for the max combo tip, and for your time!