aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/commands.py
Commit message (Expand)AuthorAgeFilesLines
* 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