[Bug] QMK-DFU exit key and bootmagic bootloader key don't work on the same key
#8.302 geöffnet am 3. März 2020
Repository-Metriken
- Stars
- (20.368 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 20T 9h) (27 gemergte PRs in 30 T)
Beschreibung
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