Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the schema to eliminate custom code (#11108) | Zach White | 2021-01-09 | 1 | -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 jsonschema | Zach White | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | Configure keyboard matrix from info.json (#10817) | Zach White | 2020-12-30 | 1 | -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> |