summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/json_schema.py
Commit message (Collapse)AuthorAgeFilesLines
* add utf-8 encoding to the open() call (#12388)Zach White2021-03-271-1/+1
|
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-241-0/+68
* 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