[Bug] QMK-DFU exit key and bootmagic bootloader key don't work on the same key
#8302 aperta il 3 mar 2020
Metriche repository
- Star
- (20.368 star)
- Metriche merge PR
- (Merge medio 20g 9h) (27 PR mergiate in 30 g)
Descrizione
Describe the Bug
By default, the key in the first row and first column is the key that triggers the bootloader jump if pressed when the usb cable is plugged in. However, if the QMK-DFU escape key is set using QMK_ESC_OUTPUT and QMK_ESC_INPUT and it is the same key, it works too well. You escape the bootloader, but then it detects the key being pressed and brings you right back to the bootloader, so you'll never exit the bootloader that way. This is usually the esc key on many boards.
The expected behavior would be that it actually goes back to the user program.
System Information
- Keyboard: any that uses qmk-dfu and bootmagic (lite)
- Revision (if applicable):
- Operating system: Windows 10 Pro 1903
- AVR GCC version: 4.9.2
- ARM GCC version: 4.9.3
- QMK Firmware version: 0.7.119
- Any keyboard related software installed?
- AutoHotKey
- Karabiner
- Other:
Additional Context
I don't know if it's fixed already, I tried searching but I know my qmk version is a bit older