6433cbc0f4a9dcedf9707a9de63d8f49871015e3
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 - Dispatches to
qmk_firmware/bin/qmkfor additional functionality:qmk compile-json- More to come
Quickstart
Full documentation: https://docs.qmk.fm/#/tutorial
Basic steps:
python3 -m pip install qmkqmk setup
Languages
Python
100%