Closed mtauz closed 7 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.
I see, thank you for pointing this out!
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 lineCONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6
to my board.conf file, now it works as expected.