Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Map `PRODUCT` define to `keyboard_name` (#14372) | Ryan | 2021-11-05 | 1 | -1/+1 |
| | | | | | | | * Map `PRODUCT` define to `keyboard_name` * Fix tests * Fix last test | ||||
* | Remove references to info.json `width` and `height` in CLI (#13728) | Ryan | 2021-07-29 | 1 | -2/+0 |
| | |||||
* | Add a `qmk format-json` command that will format JSON files (#12372) | Zach White | 2021-03-25 | 1 | -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 |