mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-27 09:44:33 -04:00
fd3dc3a997
- Dump key buffer when combos are disabled. - Recursive calls to `dump_key_buffer` need to start dumping the buffer from index i+1 to avoid possible infinite loops. - Handle combo key releases even though combo processing is disabled.