Skip to content

Tags: Thynkon/qmk_firmware

Tags

Firmware20

Toggle Firmware20's commit message

Verified

This commit was signed with the committer’s verified signature.
drashna Drashna Jaelre
CLI: Fix json flashing (qmk#11765)

0.11.57

Toggle 0.11.57's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
quantum.c send char cleanups (qmk#11743)

0.11.56

Toggle 0.11.56's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Add a <FEATURE>_SUPPORTED flag (qmk#9058)

* Initial attempt at allowing keyboards to indicate what features they do not support

* try to use a for loop instead

* Update disable_features.mk

Co-authored-by: Drashna Jaelre <[email protected]>

* add a few more features

* remove my test fixture

* disable things that make all:all suggested"

Co-authored-by: Zach White <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>

0.11.55

Toggle 0.11.55's commit message

Verified

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

* Add rgblight_reset_from_eeprom()

* reset->reload

0.11.54

Toggle 0.11.54's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add get_matrix_scan_rate() to tmk_core/common/keyboard.c (qmk#11489)

0.11.53

Toggle 0.11.53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add stm32-dfu and apm32-dfu to bootloader.mk (qmk#11019)

* Add stm32-dfu and apm32-dfu to bootloader.mk

* Update flashing docs

* Update comment

* Further wordsmithing

0.11.52

Toggle 0.11.52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix wrong key when "Music Map" is used with MAJOR_MODE. (qmk#11234)

With MAJOR_MODE (= major scale), keys in one octave is not 12 but 7.
To solve this problem, change divisor number from 12 to 7 at %(Modulo) and /(Division).

NOTE:
The last 12 represents half step keys in one octave for pitch calculation.

0.11.51

Toggle 0.11.51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixup declaration for _kill, add other missing syscalls, populate err…

…no. (qmk#11608)

0.11.50

Toggle 0.11.50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add syscall fallbacks to ChibiOS builds (qmk#11573)

* Add fallback syscalls to ChibiOS builds that are present but able to be overridden as appropriate.

* Modified location to be ChibiOS-specific.

0.11.49

Toggle 0.11.49's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add BGR byte order for WS2812 drivers (qmk#11562)

* add byte order bgr for ws2812

* update docs for driver change

* Update ws2812_driver.md

* Update docs/ws2812_driver.md

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

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