Skip to content

Tags: onjin/qmk_firmware

Tags

0.16.7

Toggle 0.16.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bug] Fix unused variable error when using ChibiOS Bitbang serial dri…

…ver (qmk#16709)

0.16.6

Toggle 0.16.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
VUSB - Use correct endpoint poll for VIA (qmk#16691)

0.16.5

Toggle 0.16.5's commit message

Verified

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

* Remove `matrix_key_count()`

* Remove `matrix_bitpop()`

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 <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

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 <git@zvecr.com>

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.