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
ChibiOS USB driver: prevent deadlock with CONSOLE_ENABLE = yes (qmk#1……2472)
Before this commit, attaching an ARM-based (i.e. ChibiOS-based) keyboard that
uses CONSOLE_ENABLE = yes and produces debug messages would deadlock the
keyboard unless one was running hid_listen.
With this commit, dead-locking writes to the queue are detected and prevented.
fixesqmk#5631
3 new LED effect animations (qmk#9827)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Fix issues when manually shifting characters and Auto Shift (qmk#12083)
Specifically, when using the Auto-Shift feature, if you hold and roll shift, it would not actually shift the character that you hit after the shift
fix permissive hold when both PERMISSIVE_HOLD_PER_KEY and TAPPING_TER…
…M_PER_KEY are defined (qmk#12125)
Co-authored-by: checyr <32964049+checyr@users.noreply.github.com>