skullY c7f37a0e1b MILC improvements-
* Remove the shadow argparser
* Make it easier to reason about arguments and how they're translated into the config tree
* Populate self.config during init to support setting user.qmk_home for the global CLI
* Remove the short argument -c so that we can unambiguously determine the config file location without doing full argument processing
* Remove the --save-config option as it's a little confusing anyway
* Use Pathlib for path manipulation
2019-11-11 09:14:24 -08:00
2019-11-10 11:11:14 -08:00
2019-07-01 00:11:18 -07:00
2019-06-30 12:00:34 -07:00
2019-07-15 11:08:14 -07:00
2019-11-11 09:14:24 -08:00
2019-06-30 20:03:14 -07:00
2019-10-08 07:22:56 -07:00
2019-11-10 11:11:14 -08:00
2019-10-08 07:20:26 -07:00

QMK CLI

A program to help users work with QMK Firmware.

Features

  • Interact with your qmk_firmware tree from any location
  • Use qmk clone to pull down anyone's qmk_firmware fork
  • Setup your build environment with qmk setup
  • Check that your environment is correctly setup with qmk doctor
  • Dispatches to qmk_firmware/bin/qmk for additional functionality:
    • qmk compile-json
    • More to come

Quickstart

To be written.

S
Description
A program to help users work with QMK
Readme MIT 695 KiB
Languages
Python 100%