mirror of
https://github.com/qmk/qmk_cli.git
synced 2026-07-25 16:42:55 -04:00
1df06eed7218a40082e2e92929e3eca33fd99f78
Bumps [zipp](https://github.com/jaraco/zipp) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/CHANGES.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
QMK CLI
A program to help users work with QMK Firmware.
Features
- Interact with your qmk_firmware tree from any location
- Use
qmk cloneto pull down anyone'sqmk_firmwarefork - Setup your build environment with
qmk setup - Check that your environment is correctly setup with
qmk doctor - Integrates with qmk_firmware for additional functionality:
qmk compileqmk consoleqmk flashqmk lint- ...and many more!
Quickstart
python3 -m pip install qmkqmk setup
Full documentation: https://docs.qmk.fm/#/tutorial
Languages
Python
91.6%
Dockerfile
4.6%
Shell
3.8%