Skip to content

Tags: andreasWallner/qmk_firmware

Tags

0.14.1

Toggle 0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixup upstream paths for submodules. (qmk#14205)

0.14.0

Toggle 0.14.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Breaking changes develop merge to master, 2021Q3 edition. (qmk#14196)

breakpoint_2021_08_28

Toggle breakpoint_2021_08_28's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Breaking changes develop merge to master, 2021Q3 edition. (qmk#14196)

0.13.38

Toggle 0.13.38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix US_RDQU keycode (qmk#13464)

`US_RDQU` and `US_LDQU` were aliased to the same keycode. `US_RDQU`
should use the right bracket.

0.13.37

Toggle 0.13.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add fix for brew upgrade (qmk#12921)

Add a fix for `brew upgrade` so only formulae is upgraded and not casks

0.13.36

Toggle 0.13.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Core] [Docs] Remove travis-ci references (qmk#13916)

0.13.35

Toggle 0.13.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix AT90USB64/128 bootloaders (qmk#14064)

0.13.34

Toggle 0.13.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix shell port bug in computation of QMK_FIRMWARE_DIR (qmk#13950)

Previous code would fail if cd echoes the tathet directory to stdout,
which is pretty common.  Redirecting its output to /dev/null
solves the problem.

0.13.33

Toggle 0.13.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add padding to LUFA-MS .BIN files (qmk#13922)

0.13.32

Toggle 0.13.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid name conflicts with usb_hid Arduino code (qmk#13870)

* Avoid name conflicts with usb_hid Arduino code

* Fix tests