Skip to content

Tags: MatthieuMichon/qmk_firmware

Tags

0.7.79

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

0.7.78

Toggle 0.7.78's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Improvements to Solenoid feature (qmk#7369)

* Error out when Solenid pin is not defined

Instead of defaulting to a (literally) random pin, error out instead.  Because this pin may be used, or because that pin may not be exposed, or may not exist.

* Remove 'SOLENOID_ACTIVE' setting since it's not used

* Update documentation

0.7.77

Toggle 0.7.77's commit message
[Core] Cleanup rules.mk for F303 keyboards (qmk#7306)

* Cleanup rules.mk for F303 keyboards

* Fix small typo

0.7.76

Toggle 0.7.76's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set device version from config.h for V-USB boards (qmk#7316)

0.7.75

Toggle 0.7.75's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set device version from config.h for V-USB boards (qmk#7316)

0.7.74

Toggle 0.7.74's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move Ergodox EZ RGB Light code to custom driver (qmk#7309)

* Move Ergodox EZ RGB code to custom driver

Also implements full addressing of Ergodox EZ's LED Strip, as written by seebs
Co-authored-by: Seebs <seebs@seebs.net>

* Make Clipping range accessible for custom drivers

* Remove RGBW_BB_TWI from driver and docs

* Revert changes to clipping range support

* Use just rgblight_set instead of full custom driver

* Convert to i2c_master commands

* Rename rgblight driver and clean up includes

0.7.73

Toggle 0.7.73's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update ARM GCC on macOS to 8.3 (qmk#7318)

0.7.72

Toggle 0.7.72's commit message
[CI] Revert to previous logic for branch name and changes (qmk#7343)

0.7.71

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

0.7.70

Toggle 0.7.70's commit message
Make generating keymap.c from JSON more reliable