summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli
Commit message (Expand)AuthorAgeFilesLines
* `qmk info`: Add `--ascii` flag (#10793)Ryan2020-11-021-4/+8
* Generate api data on each push (#10609)Zach White2020-10-257-47/+92
* Fix CLI warning for Massdrop udev rule (#10691)Ryan2020-10-201-1/+1
* Improve ANSI support and --no-color (#10537)Zach White2020-10-171-15/+7
* [CLI] Add c2json (#8817)Erovia2020-10-063-1/+64
* CLI: update subcommands to use return instead of exit() (#10323)Ryan2020-10-067-17/+16
* Consolidate udev rules into a single file (#9693)Ryan2020-09-271-12/+45
|\
| * Be more specific about Caterina devices, and add LilyPad PIDfauxpark2020-09-191-5/+16
| * Add Pololu VIDfauxpark2020-09-191-1/+3
| * Link to docs page in "missing" casefauxpark2020-09-191-1/+1
| * Split rules back up into bootloadersfauxpark2020-09-191-34/+41
| * A comma would be nicefauxpark2020-09-191-1/+1
| * Add TMK "FEED" VID to list of deprecated udev rulesfauxpark2020-09-191-0/+1
| * Fix errorsfauxpark2020-09-191-11/+11
| * Simplify doctor rule checkingfauxpark2020-09-191-35/+32
| * Update rules in doctor.pyfauxpark2020-09-191-9/+24
* | CLI/Doctor: Print QMK_HOME (#10398)Ryan2020-09-241-0/+3
|/
* Add `st-flash` flash target (#9964)Sergey Vlasov2020-08-291-0/+1
* Initial work for consolidation of ChibiOS platform files (#8327)Nick Brassel2020-08-291-2/+2
* Parse version better in `qmk doctor` GCC version checks (#9324)Ryan2020-06-181-2/+13
* Fix running qmk info without any arguments (#9218)Zach White2020-05-271-38/+55
* Fix the path for generated keymaps (#9213)Zach White2020-05-261-4/+0
* [CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White2020-05-264-15/+155
* CLI: fix `json2c` subcommand and add/fix tests (#9206)Erovia2020-05-261-6/+6
* CLI: Rework submodule checking (#9162)Erovia2020-05-211-11/+4
* Fix submodule check (#9155)Erovia2020-05-211-1/+4
* CLI: Tune doctor's udev rule checking to match #8750Erovia2020-05-151-9/+41
* kle2json: fix invocation errorKeenan Brock2020-04-261-1/+1
* Move everything to Python 3.6 (#8835)skullydazed2020-04-186-21/+20
* CLI: Fix doctor error when can't run `bin/qmk --version`. (#8796)Pete Johanson2020-04-141-1/+1
* Don't hide for devs...Erovia2020-04-083-3/+3
* Rebase on master, hide some other subcommandsErovia2020-04-083-3/+3
* CLI: Add development mode supportErovia2020-04-083-3/+3
* Doctor: Add avrdude/dfu-util/dfu-programmer version printing (#8678)Ryan2020-04-051-6/+31
* minor tweaksskullY2020-04-041-4/+2
* Fix saving output from avrdude and dfu-programmerRoss Baquir2020-04-041-3/+9
* Use version_arg in ESSENTIAL_BINARIES dictRoss Baquir2020-04-041-6/+4
* Fixes #8541 by getting version from -dumpversion then --version as fallbackRoss Baquir2020-04-041-7/+8
* CLI: More MSYS2 fixes (#8577)Erovia2020-03-291-8/+9
* CLI: Hide json-keymap subcommand, as it's been deprecated.Erovia2020-03-181-1/+1
* Add decorators for determining keyboard and keymap based on current directory...skullydazed2020-03-135-29/+66
* use qmk.path.normpath to locate the output file.skullY2020-03-121-2/+1
* Rename qmk json-keymap to qmk json2c (#8372)skullydazed2020-03-103-43/+60
* Add gcc version detection to qmk doctor (#8338)skullydazed2020-03-081-3/+49
* Fixed OS detection such that OSX doesn't take over the world (#8248)Mikkel Jeppesen2020-02-261-1/+1
* New functionality for cformat (#7893)Akaash Suresh2020-02-221-23/+42
* Use pathlib everywhere we can (#7872)skullydazed2020-02-175-134/+57
* Fix os detection in OSX python 3.8 (#8187)Mikkel Jeppesen2020-02-171-1/+1
* Code cleanup, use pathlib, use pytest keyboardErovia2020-02-151-7/+3
* Fix commandline parsing and flake8 findings, rebaseErovia2020-02-151-1/+4