Skip to content

Tags: ErgoKB/qmk_firmware

Tags

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.

0.9.49

Toggle 0.9.49's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PR checklist document. (qmk#9913)

* Add PR checklist document.

* Update docs/pr_checklist.md

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>

* Reword the lower/raise/adjust suggestion somewhat for clarity.

* Add suggestion from @Didel for coding conventions.

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

0.9.48

Toggle 0.9.48's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Indicator flag for RGB Matrix (qmk#9933)

* Add Indicator flag for RGB Matrix

This adds a new flag for the RGB Matrix feature that lets you specify if the LED is an indicator LED, to be used to indicate the system state of the keyboard (eg caps/num/etc lock status, layer indication, modifer status, etc).

* Better formatting of table

0.9.47

Toggle 0.9.47's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix RGB_DISABLE_TIMEOUT overflow warning (qmk#9866) (qmk#9874)

* Fix RGB_DISABLE_TIMEOUT overflow warning (qmk#9866)

* Adjust capitalization (qmk#9874)

0.9.46

Toggle 0.9.46's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Variable Trace handling (qmk#9831)

It wants a number, but a number of files have it set to "no", even
though it's commented out.  This means that if you set it to no, it
will cause a compiler error.  This sets the default to "no", and
checks to make sure it's not set to "no" before processing it, and
striping the value from it.

0.9.45

Toggle 0.9.45's commit message
format code according to conventions [skip ci]