summaryrefslogtreecommitdiff
path: root/lib/python/qmk/json_schema.py
AgeCommit message (Expand)AuthorFilesLines
2025-05-19Use relative paths for schemas, instead of $id. Enables VScode validation. (#...Nick Brassel1-0/+5
2024-06-15[CLI] Don't `exit()` when certain exceptions occur. (#23442)Nick Brassel1-2/+4
2024-03-02CLI Speed improvements. (#23189)Nick Brassel1-4/+10
2023-02-23Reallocate user/kb keycode ranges (#19907)Joel Challis1-0/+3
2023-01-01Implement XAP style merge semantics for DD keycodes (#19397)Joel Challis1-2/+34
2022-11-09Reject json with duplicate keys? (#18108)Joel Challis1-2/+13
2022-06-18Additional schema fixes (#17414)Joel Challis1-5/+1
2022-04-06CLI: Bump the 'jsonschema' version (#16635)Erovia1-1/+5
2022-02-28CLI: Validate JSON keymap input (#16261)Erovia1-2/+6
2021-08-16Add a lot more data to info.json (#13366)Zach White1-2/+13
2021-08-09Merge remote-tracking branch 'origin/master' into developZach White1-1/+4
2021-08-09make json imports more robust (#13928)Zach White1-1/+4
2021-06-24Optimize our jsonschema by using refs (#13271)Zach White1-14/+20
2021-03-27add utf-8 encoding to the open() call (#12388)Zach White1-1/+1
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White1-0/+68