Skip to content

Tags: DanielGGordon/qmk_firmware

Tags

0.16.4

Toggle 0.16.4'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.
[Bug] Rename has_mouse_report_changed parameters (qmk#16417)

Fixes compilation issues when bluetooth is enabled, due to issues 
with cpp used by bluetooth code. 

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

0.16.3

Toggle 0.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
analog.[ch]: remove unnecessary includes (qmk#16471)

0.16.2

Toggle 0.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix use of ISSI driver config before init (qmk#16493)

0.16.1

Toggle 0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bug] fix v-usb connection enumeration, ifdef workaround (qmk#16511)

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

0.16.0

Toggle 0.16.0's commit message
Merge remote-tracking branch 'origin/develop'

0.15.25

Toggle 0.15.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Format code according to conventions (qmk#16419)

0.15.24

Toggle 0.15.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix a potential bug in encoder_init(). (qmk#16372)

After executing `setPinInputHigh(pin)`, it is necessary to wait for the charging time to read from the corresponding pin. This is the same as requiring `matrix_output_unselect_delay()` after doing `unselect_row()` in matrix.c.

0.15.23

Toggle 0.15.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix build error for LED Matrix effect solid_reactive_wide. (qmk#16383)

0.15.22

Toggle 0.15.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bug] Re-add call to `suspend_power_down_kb()` (qmk#16382)

0.15.21

Toggle 0.15.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for driving unselected row/col. (qmk#16278)