summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/info.py
Commit message (Expand)AuthorAgeFilesLines
* Extend 'qmk info' to handle keymap level overrides (#16702)Joel Challis2022-03-211-4/+12
* Add a lot more data to info.json (#13366)Zach White2021-08-161-18/+35
* Remove references to info.json `width` and `height` in CLI (#13728)Ryan2021-07-291-2/+0
* Add script to perform parallel builds. (#12497)Nick Brassel2021-05-091-1/+13
* Align qmk info ascii logic with milc logging (#11627)Joel Challis2021-05-091-3/+3
* Add support for tab completion (#12411)Zach White2021-04-141-2/+2
* Add a `qmk format-json` command that will format JSON files (#12372)Zach White2021-03-251-1/+1
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-241-2/+2
* Fix develop (#12039)Zach White2021-02-271-2/+5
* Configure keyboard matrix from info.json (#10817)Zach White2020-12-301-4/+3
* `qmk info`: Add `--ascii` flag (#10793)Ryan2020-11-021-4/+8
* Generate api data on each push (#10609)Zach White2020-10-251-28/+28
* CLI: update subcommands to use return instead of exit() (#10323)Ryan2020-10-061-7/+4
* Fix running qmk info without any arguments (#9218)Zach White2020-05-271-38/+55
* [CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White2020-05-261-0/+141