Skip to content

Tags: peott-fr/qmk_firmware

Tags

0.11.14

Toggle 0.11.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Follow symlinks when listing keyboards. (qmk#11250)

0.11.13

Toggle 0.11.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add the ability to exclude keyboards from travis builds (qmk#11178)

* add the ability to exclude keyboards from travis builds

* add filtering to make all:

* only skip keyboards during make all:

* working implementation

* forego a CI_KEYBOARDS variable

* optimize the startup by only listing keyboards once

* add sort -u to all list_keyboard invocations

* move the if else if tree back to 1 level

0.11.12

Toggle 0.11.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Various compilation fixes for avr-gcc 10 (qmk#9269)

0.11.11

Toggle 0.11.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Run cformat and dos2unix manually (qmk#11235)

0.11.10

Toggle 0.11.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Normalise include statements in keyboard code (qmk#11185)

0.11.9

Toggle 0.11.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CLI-ify rgblight_breathing_table_calc.c (qmk#11174)

Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
Co-authored-by: Zach White <skullydazed@drpepper.org>

0.11.8

Toggle 0.11.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add i2c 24LC64 eeprom (qmk#11200)

* add 24LC64 eeprom

* docs update

* Update docs/eeprom_driver.md

Co-authored-by: Joel Challis <git@zvecr.com>

Co-authored-by: Joel Challis <git@zvecr.com>

0.11.7

Toggle 0.11.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix incorrect search order for `rgblight_breathe_table.h` that `rgbli…

…ght.c` includes. (qmk#11192)

When `rgblight.c` includes `rgblight_breathe_table.h`, the search order should be as follows.

* `keyboards/KEYBOARD/keymaps/USER/rgblight_breathe_table.h`
* `users/USER/rgblight_breathe_table.h`
* `quantum/rgblight_breathe_table.h`

However, the current implementation was wrong, so I fixed it.

0.11.6

Toggle 0.11.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed french quotes on canadian multilingual (qmk#11183)

0.11.5

Toggle 0.11.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Normalise include statements in core code (qmk#11153)

* Normalise include statements in core code

* Missed one