Skip to content

Tags: sgurenkov/qmk_firmware

Tags

0.9.59

Toggle 0.9.59's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add debug logging to `run()` (qmk#9986)

0.9.58

Toggle 0.9.58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ChibiOS backlight not turning off on suspend (qmk#10114)

* Fix ChibiOS backlight not turning off on suspend

* Add missing code for backlight as caps lock too

0.9.57

Toggle 0.9.57's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add noeeprom speed function for RGBLIGHT (qmk#9706)

* [Docs] Add Speed functions to RGB Light docs

* Add noeeprom functions for speed

* Fix wording in doc

Co-authored-by: Ryan <[email protected]>

Co-authored-by: Ryan <[email protected]>

0.9.56

Toggle 0.9.56's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Compiler warning when using WS2812 (qmk#9955)

Specifically, when rgb matrix is enabled and using the ws2812 driver, and rgb light is enabled at the same time, print a message about coexistance because it can cause issues, since you cannot change pins/config for the WS2812 driver.

0.9.55

Toggle 0.9.55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "Add Kiibohd bootloader type to bootloader.mk (qmk#9908)" (qmk…

…#10126)

This reverts commit e2d4cd1.

0.9.54

Toggle 0.9.54's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Swap git diff logic to github action when running qmk info (qmk#9978)

* swap git diff logic to github action

* Print out layouts when linting

0.9.53

Toggle 0.9.53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue 9942: Add LSA, RSA, RCS, LSA_T, RSA_T, and RCS_T (qmk#9943)

* Issue 9942: Add Quantum defines

Add codes to quantum_keycodes for LSA, RSA, RCS, and their corresponding _T macros

* 9942: Add documentation for new defines

Add documentation for new defines in feature request 9942. Also define SAGR and SAGR_T as aliases for RSA and RSA_T.

* Update quantum/quantum_keycodes.h

* Update docs/keycodes.md

* Update docs/keycodes.md

* Update docs/keycodes.md

* Update docs/keycodes.md

0.9.52

Toggle 0.9.52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
MSYS2: install packages for dfu-programmer, dfu-util, teensy-loader-c…

…li (qmk#10007)

0.9.51

Toggle 0.9.51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Kiibohd bootloader type to bootloader.mk (qmk#9908)

0.9.50

Toggle 0.9.50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bug] Fix Swap Hands bug introduced by OSH (qmk#9968)

Fixes the handling for the oneshot cleanup, so it only cleans up if it is active.  It should not cleanup of SHO is off (eg using a normal oneshot key), nor if it's actively pressed or used.  

Previous behavior BROKE swap hand key.