qmk_firmware icon indicating copy to clipboard operation
qmk_firmware copied to clipboard

delete problematic for loop

Open powwu opened this issue 3 years ago • 0 comments

small bugfix here, this loop would cause KEYS chords to repeat COMBO_MAX times.

for example, ! would become !!! if COMBO_MAX was 3. I'm not sure if this for loop has other purposes, but removing it outright worked for me without other issues.

powwu avatar Apr 28 '22 00:04 powwu