qmk/qmk_firmware
在 GitHub 查看[Bug] QMK-DFU exit key and bootmagic bootloader key don't work on the same key
Open
#8,302 建立於 2020年3月3日
bughelp wanted
倉庫指標
- Star
- (20,368 star)
- PR 合併指標
- (平均合併 20天 9小時) (30 天內合併 27 個 PR)
描述
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