Skip to content

Tags: nicsuzor/qmk_firmware

Tags

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]

0.9.44

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

0.9.43

Toggle 0.9.43's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
MSYS2: Switch to bootloadHID package and bring back avrdude package (q…

…mk#9736)

* MSYS2: Switch to bootloadHID package and bring back avrdude package

* Update Zadig docs as well

0.9.42

Toggle 0.9.42's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Redefine IS_LAYER_ON/OFF() as aliases for existing layer functions (q…

…mk#6352)

* Add IS_LAYER_ON_STATE()/IS_LAYER_OFF_STATE() macros

* Add docs for IS_LAYER_ON/OFF(_STATE) macros

* Remove IS_LAYER_ON/OFF_STATE redefinition in userspace

* Run clang-format on quantum/quantum.h

* Redefine IS_LAYER_ON/OFF(_STATE) as aliases of existing layer functions

Also update relevant doc entries.

Needs testing to check if this breaks existing IS_LAYER_ON/OFF usage in certain
edge cases (namely calling the macros with 0).

* Reformat layer check function docs

0.9.41

Toggle 0.9.41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed CA_DOTA key code (qmk#9722)

0.9.40

Toggle 0.9.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove `DESCRIPTION` (qmk#9732)

0.9.39

Toggle 0.9.39's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove `DESCRIPTION` (qmk#9732)

0.9.38

Toggle 0.9.38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update new keyboard templates (qmk#9636)

* Update new keyboard templates

* Switch on Bootmagic Lite by default

* Remove MIDI_ENABLE and FAUXCLICKY_ENABLE

0.9.37

Toggle 0.9.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix RGB Matrix using RGBW WS2812 LEDs (qmk#9705)

This should be a pointer, as that is what the function expects.