You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Precompiled receiver firmware warks fine, but the firmware downloaded form qmk_configurator does not work whan reconnect the receiver.
I must burn the precompiled firmware first and and then the downloaded firmware to work, but once the receiver is restarted(power off or disconnect from my pc), keyboard not responding.
Additional Context?
No response
The text was updated successfully, but these errors were encountered:
Actually this particular board is supported: https://github.com/qmk/qmk_firmware/tree/master/keyboards/redox_w (it uses ATmega32U4 in the receiver board, connected to a nRF51822-based module over UART; the keyboard pieces contain the same nRF51822-based modules, but just report the key state to the receiver dongle).
The underlying problem may be caused by a botched conversion to the UART driver in qmk/qmk_firmware#15479 — this needs some investigation; however, the configurator repo is probably not the proper place for this bug report (the real bug is in the firmware, the configurator just provides a way to build it with a custom keymap).
Actually the underlying bug was reported at qmk/qmk_firmware#16553, and there is even a suggested fix at qmk/qmk_firmware#17203 — once the fix is merged into the master branch, it would be available in the QMK Configurator too. Please watch the status of that bug instead.
Describe the Bug
Precompiled receiver firmware warks fine, but the firmware downloaded form qmk_configurator does not work whan reconnect the receiver.
I must burn the precompiled firmware first and and then the downloaded firmware to work, but once the receiver is restarted(power off or disconnect from my pc), keyboard not responding.
Additional Context?
No response
The text was updated successfully, but these errors were encountered: