summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/tests/minimal_info.json
Commit message (Collapse)AuthorAgeFilesLines
* Fix `test_json2c_no_json()` (#20756)Ryan2023-05-061-1/+1
|
* Map `PRODUCT` define to `keyboard_name` (#14372)Ryan2021-11-051-1/+1
| | | | | | | * Map `PRODUCT` define to `keyboard_name` * Fix tests * Fix last test
* Remove references to info.json `width` and `height` in CLI (#13728)Ryan2021-07-291-2/+0
|
* Add a `qmk format-json` command that will format JSON files (#12372)Zach White2021-03-251-0/+13
* 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