Skip to content

Tags: xyzz/qmk_firmware

Tags

0.7.97

Toggle 0.7.97's commit message
Fix install for Linux Ubuntu (qmk#7520)

* Fix linux install for Ubuntu. It failed due to sh not supporting [ and pip being seperate from python3

* Adapted install function according to feedback

* Fix style

0.7.96

Toggle 0.7.96's commit message
Add pep8-naming to our python linting

0.7.95

Toggle 0.7.95's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Specify Arm GCC 8 in macOS install script (qmk#7509)

0.7.94

Toggle 0.7.94's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Use os.chdir for `qmk docs` instead of a custom HTTP request handler (q…

…mk#7493)

0.7.93

Toggle 0.7.93's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix output file permissions when using docker build. (qmk#7378)

0.7.92

Toggle 0.7.92's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Install bootloadHid as part of qmk_install (qmk#7463)

* Install bootloadHid on macos

* Install bootloadHid on windows

* Highlight bootloadHID is now installed in docs

* Update udev rules for bootloadHID

* Install bootloadHid on some distros

* fix caterina udev filename

0.7.91

Toggle 0.7.91's commit message
Fix typos in stale.yml (qmk#7489)

0.7.90

Toggle 0.7.90's commit message
[Core] Remove PROGRAM_CMD in mcu_selection.mk for 32A (qmk#7482)

0.7.89

Toggle 0.7.89's commit message
Set up language fallback for docs, and update translation guidelines (q…

…mk#7403)

* Set up language fallback for docs, and update translation guidelines

* Title Case

* Add ID example

* Link to emoji flag cheatsheet

* Move docs preview section to contributing.md

* Point to docs preview in the readme

0.7.88

Toggle 0.7.88's commit message
Remove CR when computing BOOTLOADER_SIZE. (qmk#7453)