Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: stalep/qmk_firmware

Tags

0.15.10

Toggle 0.15.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Save a single byte of memory for joystick buttons (qmk#15555)

Co-authored-by: Joel Challis <[email protected]>

0.15.9

Toggle 0.15.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix inverted gt and lt send_string mapping in canadian multilingual (q…

…mk#15487)

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

0.15.8

Toggle 0.15.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix some wrong keycode macros in locale mapping files (qmk#15488)

0.15.7

Toggle 0.15.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Core] Fix Sensor driver code (qmk#15484)

0.15.6

Toggle 0.15.6'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.
[Core] Add configuration of PMW3360 lift off distance (qmk#15424)

* sensor code add

* update documentation

* add default #define

* Update drivers/sensors/pmw3360.c

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

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

0.15.5

Toggle 0.15.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix RESET not working for keyboards with Kiibohd bootloader (qmk#15430)

0.15.4

Toggle 0.15.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Modified config.h default configuration (qmk#15387)

* Modified config.h default configuration

* Modified config.h default configuration

0.15.3

Toggle 0.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Core] Added chconf.h for WB32 (qmk#15359)

0.15.2

Toggle 0.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing virtser_init() to ChibiOS code (qmk#15356)

0.15.1

Toggle 0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bit loss in cie_lightness() when doing division to resolve qmk#15331

 (qmk#15344)

* Fix bit loss in cie_lightness() when doing division.

* Use the right types

* Format

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