summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/json2c.py
Commit message (Collapse)AuthorAgeFilesLines
* Generate api data on each push (#10609)Zach White2020-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add new qmk generate-api command, to generate a complete set of API data. * Generate api data and push it to the keyboard repo * fix typo * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> * fixup api workflow * remove file-changes-action * use a more mainstream github action * fix yaml error * Apply suggestions from code review Co-authored-by: Erovia <Erovia@users.noreply.github.com> * more uniform date handling * make flake8 happy * Update lib/python/qmk/decorators.py Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* CLI: update subcommands to use return instead of exit() (#10323)Ryan2020-10-061-2/+2
|
* CLI: fix `json2c` subcommand and add/fix tests (#9206)Erovia2020-05-261-6/+6
| | | Co-authored-by: Zach White <skullydazed@users.noreply.github.com>
* Move everything to Python 3.6 (#8835)skullydazed2020-04-181-5/+3
|
* use qmk.path.normpath to locate the output file.skullY2020-03-121-2/+1
|
* Rename qmk json-keymap to qmk json2c (#8372)skullydazed2020-03-101-0/+56