qmk/qmk_firmware

[Bug] QMK-DFU exit key and bootmagic bootloader key don't work on the same key

Open

#8.302 aberto em 3 de mar. de 2020

Ver no GitHub
 (6 comments) (2 reactions) (0 assignees)C (43.867 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (20.368 stars)
Métricas de merge de PR
 (Mesclagem média 20d 9h) (27 fundiu PRs em 30d)

Description

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

Guia do colaborador