summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/generate/api.py
AgeCommit message (Expand)AuthorFilesLines
2025-04-23Update 'qmk generate-api' to only publish pure DD keymaps (#24782)Joel Challis1-0/+5
2023-12-06Fix more `qmk generate-api` fallout from userspace support (#22619)Sergey Vlasov1-1/+4
2023-12-06Fix JSON keymap URLs generated by the API (#22618)Ryan1-1/+3
2023-11-22CLI parallel search updates (#22525)Nick Brassel1-2/+2
2023-03-29Merge remote-tracking branch 'origin/master' into developQMK Bot1-12/+11
2023-03-29Minify content published to API (#20285)Joel Challis1-12/+11
2023-03-27Custom keycodes in JSON (#19925)Joel Challis1-0/+6
2023-01-20Publish keymap.json to API (#19167)Joel Challis1-17/+32
2023-01-11Fix CLI community detection (#19562)Joel Challis1-0/+6
2022-12-09Initial uk+us DD keymap_extras migration (#19031)Joel Challis1-1/+8
2022-11-23Publish constants metadata to API (#19143)Joel Challis1-0/+20
2022-11-08Publish hjson files as json (#18996)Joel Challis1-1/+18
2022-11-08Format DD mappings and schemas (#18924)Ryan1-1/+1
2022-11-05Initial DD keycode migration (#18643)Joel Challis1-0/+14
2022-08-06Publish data as part of API generation (#17020)Joel Challis1-14/+23
2022-02-27Rework generate-api CLI command to use .build directory (#16441)Joel Challis1-7/+21
2021-05-24search for the readme in higher directories as well (#12997)Zach White1-3/+3
2021-05-10Improve our CI tests (#11476)Zach White1-12/+23
2021-03-25Add a `qmk format-json` command that will format JSON files (#12372)Zach White1-1/+1
2021-03-24[CI] Format code according to conventions (#12363)github-actions[bot]1-5/+5
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White1-17/+33
2021-01-08typo fixZach White1-1/+1
2021-01-07get qmk generate-api into a good stateZach White1-1/+1
2020-12-30Configure keyboard matrix from info.json (#10817)Zach White1-6/+8
2020-12-19Change keyboard json format to bring it inline with the current api (#11231)Zach White1-1/+1
2020-10-25Generate api data on each push (#10609)Zach White1-0/+58