Skip to content

Tags: bomberstudios/qmk_firmware

Tags

0.12.34

Toggle 0.12.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Format code according to conventions (qmk#12540)

Co-authored-by: QMK Bot <hello@qmk.fm>

0.12.33

Toggle 0.12.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

fixes qmk#5631

0.12.32

Toggle 0.12.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add WSL specific logic for avrdude device detection (qmk#12392)

0.12.31

Toggle 0.12.31's commit message
fix line endings

0.12.30

Toggle 0.12.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

0.12.29

Toggle 0.12.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.12.28

Toggle 0.12.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Format code according to conventions (qmk#12380)

Co-authored-by: QMK Bot <hello@qmk.fm>

0.12.27

Toggle 0.12.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

0.12.26

Toggle 0.12.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Kinetic speed condition (qmk#12139)

0.12.25

Toggle 0.12.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removed unused RGBLED_TIMER_TOP and F_CPU macros from quantum/rgbligh…

…t.[ch] (qmk#12233)