summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/generate/info_json.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a `qmk format-json` command that will format JSON files (#12372)Zach White2021-03-251-1/+1
| | | | | | | | | | | * Add a command to format json files * change to work after rebase * add test for qmk format-json * add documentation for qmk format-json * Update lib/python/qmk/cli/format/json.py
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-241-3/+5
| | | | | | | | | * Add support for qmk_configurator style aliases * add the keyboard aliases to the api data * add support for a keyboard metadata file * make flake8 happy
* Use the schema to eliminate custom code (#11108)Zach White2021-01-091-16/+32
| | | | | | | | | | | | | | | * use the schema to eliminate custom code * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * make flake8 happy * bugfix * do not overwrite make vars from json Co-authored-by: Ryan <fauxpark@gmail.com>
* validate keyboard data with jsonschemaZach White2021-01-071-1/+1
|
* Configure keyboard matrix from info.json (#10817)Zach White2020-12-301-0/+49
* Make parameters from info.json available to the build system * move all clueboard settings to info.json * code formatting * make flake8 happy * make flake8 happy * make qmk lint happy * Add support for specifying led indicators in json * move led indicators to the clueboard info.json * Apply suggestions from code review Co-authored-by: Erovia <Erovia@users.noreply.github.com> * add missing docstring Co-authored-by: Erovia <Erovia@users.noreply.github.com>