summaryrefslogtreecommitdiff
path: root/data/schemas/definitions.jsonschema
AgeCommit message (Collapse)Author
2022-04-29Remove some layout exceptions (#16957)Joel Challis
* LAYOUT_JP -> LAYOUT_jp * LAYOUT_ANSI_DEFAULT -> LAYOUT * LAYOUT_reviung34_2uL -> LAYOUT_reviung34_2u
2022-04-01Lint keyboard/project name (#16766)Joel Challis
2022-03-04More validation of declared LAYOUT macro names (#16520)Joel Challis
2022-02-15Allow NO_PIN within info.json (#16359)Joel Challis
2022-01-17CLI: Parse USB device version BCD (#14580)Ryan
* CLI: Parse USB device version BCD * Apply suggestions
2021-06-24Optimize our jsonschema by using refs (#13271)Zach White
* fix some broken info.json files * optimize our jsonschema using refs * fix formatting after vscode broke it * make flake8 happy * cleanup * make our schema validation more compact and flexible