qmk_firmware
qmk_firmware copied to clipboard
keyboard controller firmware for Atmel AVR and ARM USB families
## Description
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...
I think layer_move makes more sense here, because the layer 1 overrides layer 0 completely anyway. (and it prevents some annoying debugging-time if someone decide to move layer GAMING to...