qmk_firmware icon indicating copy to clipboard operation
qmk_firmware copied to clipboard

keyboard controller firmware for Atmel AVR and ARM USB families

Results 3 qmk_firmware issues
Sort by recently updated
recently updated
newest added

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