summaryrefslogtreecommitdiff
path: root/lib/python/qmk/commands.py
AgeCommit message (Expand)Author
2021-05-09CLI: Use BASH if SHELL variable is not set (Windows) (#12847)Erovia
2021-05-09Allow MAKE environment override for 'qmk clean' (#12473)Joel Challis
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White
2021-03-10Fix typo in `get_git_version()` (#12182)Ryan
2021-02-01CLI: Fix json flashing (#11765)Erovia
2021-01-20Fix QMK_BUILDDATE (#11641)Zach White
2021-01-17Generate version.h when compiling json files (#11581)Zach White
2021-01-16Improve the compile and flash subcommands (#11334)Zach White
2020-10-23c2json: Fix TypeError on MSYS2 (#10709)Ryan
2020-10-06[CLI] Add c2json (#8817)Erovia
2020-08-28Add debug logging to `run()` (#9986)Ryan
2020-05-26[CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White
2020-04-13CLI: Use `shutil.which` to detect gmake, instead of OS check.Pete Johanson
2020-04-13CLI: Invoke gmake on FreeBSD when using `qmk compile`.Pete Johanson
2020-03-29CLI: More MSYS2 fixes (#8577)Erovia
2020-03-13Add decorators for determining keyboard and keymap based on current directory...skullydazed
2020-02-17Use pathlib everywhere we can (#7872)skullydazed
2019-12-08Fix compiling json filesZach White
2019-11-16format code according to conventions [skip ci]QMK Bot
2019-11-15Add CLI command for flashing a keyboardjorgemanzo