qmk
Command line utility to manage QMK keyboard firmwares
The QMK CLI provides a CLI based program to help users work with the QMK firmware, which can be used for multiple custom keyboards such as Planck, ErgoDox, Corne and others.
This CLI program is mainly used for building the QMK firmware, but also has some other convenience utilities. It is highly recommended to install the udev rules provided by the qmk-udev-rules
package to avoid having to run qmk
as root when flashing the firmware.
- Versions: 1.1.6
- Website: https://qmk.fm
- Licenses: Expat
- Package source: gnu/packages/firmware.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of qmk
as follows:
guix install qmk
Or install a particular version:
guix install qmk@1.1.6
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of qmk about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/qmk'><img src='https://packages.guix.gnu.org/packages/qmk/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/qmk)
Example Org:
[[https://packages.guix.gnu.org/packages/qmk][https://packages.guix.gnu.org/packages/qmk/badges/latest-version.svg]]