summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/commands.py
Commit message (Expand)AuthorAgeFilesLines
* Fix QMK_BUILDDATE (#11641)Zach White2021-01-201-1/+1
* Generate version.h when compiling json files (#11581)Zach White2021-01-171-3/+55
* Improve the compile and flash subcommands (#11334)Zach White2021-01-161-12/+81
* c2json: Fix TypeError on MSYS2 (#10709)Ryan2020-10-231-1/+2
* [CLI] Add c2json (#8817)Erovia2020-10-061-3/+0
* Add debug logging to `run()` (#9986)Ryan2020-08-281-0/+3
* [CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White2020-05-261-0/+1
* CLI: Use `shutil.which` to detect gmake, instead of OS check.Pete Johanson2020-04-131-5/+2
* CLI: Invoke gmake on FreeBSD when using `qmk compile`.Pete Johanson2020-04-131-1/+6
* CLI: More MSYS2 fixes (#8577)Erovia2020-03-291-0/+20
* Add decorators for determining keyboard and keymap based on current directory...skullydazed2020-03-131-69/+0
* Use pathlib everywhere we can (#7872)skullydazed2020-02-171-9/+87
* Fix compiling json filesZach White2019-12-081-8/+3
* format code according to conventions [skip ci]QMK Bot2019-11-161-1/+3
* Add CLI command for flashing a keyboardjorgemanzo2019-11-151-0/+57