Closed arBmind closed 2 years ago
I have also encountered freezes in https://github.com/qmk/qmk_firmware/issues/18805, maybe try reverting https://github.com/qmk/qmk_firmware/commit/2078a56369af376e3275f02e21d48ab6cc39bc36?
This certainly looks like the breakage accidentally introduced in #18631; the underlying reason is that some USB LLDs (for the KINETIS and MIMXRT1062 chips) have bugs, and the “useless” USB callbacks which got removed during the cleanup were actually masking those bugs.
The workaround in #18811 should bring the board back into the working state; alternatively, you may try testing these fixes for chibios-contrib
:
Describe the Bug
I wanted to try the latest develop build for my keyboard. Building and flashing the firmware works fine.
The keyboard seems to boot just fine. The first key down is also reported to the operating system via USB. But the keyboard seems to hang immediately.
I tried default and input_club keymaps. Same behaviour.
Keyboard Used
input_club/ergodox_inifinity
Link to product page (if applicable)
No response
Operating System
WSL2 / Ubuntu 22.04
qmk doctor Output
Is AutoHotKey / Karabiner installed
Other keyboard-related software installed
No response
Additional Context
Building and flashing my last version from January 2022 works fine. But there are a ton of commits in between and the keyboard folder was moved.
Any ideas on how to debug or investigate this further are welcome.