urob / zmk-config

Personal ZMK firmware configuration for various boards (34-keys, Corneish Zen, Planck)
635 stars 303 forks source link

Combos around <E>-key #57

Closed mtauz closed 5 months ago

mtauz commented 5 months ago

At first - thank you for sharing these great ideas!

I was wondering why all the combos worked except the <FSLH> combo. Typing <RM2+RB2> resulted in <e><,>. I had to add a line

CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6

to my board.conf file, now it works as expected.

urob commented 5 months ago

I was wondering why all the combos worked except the <FSLH> combo. Typing <RM2+RB2> resulted in <e><,>. I had to add a line

CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6

to my board.conf file, now it works as expected.

Yes, if you are adding additional combos, you may need to update that setting for them to work. FYI, my build script automatically updates CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY as needed.

mtauz commented 5 months ago

I see, thank you for pointing this out!