summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/generate
AgeCommit message (Expand)Author
2021-05-02Fix unused import in recent generation code (#12781)Joel Challis
2021-05-01Allow <keyboard>.h to be optional when going data driven (#12706)Joel Challis
2021-04-14Add support for tab completion (#12411)Zach White
2021-03-25Add a `qmk format-json` command that will format JSON files (#12372)Zach White
2021-03-24[CI] Format code according to conventions (#12363)github-actions[bot]
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White
2021-03-04`qmk generate-rules-mk`: add `--escape` switch for makefile logic (#12101)Ryan
2021-02-28Migrate make_dfu_header to CLI (#12061)Joel Challis
2021-02-28Fix generated file output while target exists (#12062)Joel Challis
2021-02-27Fix develop (#12039)Zach White
2021-01-31Create a system to map between info.json and config.h/rules.mk (#11548)Zach White
2021-01-09Add support for specifying BOARD in info.json (#11492)Zach White
2021-01-09Use the schema to eliminate custom code (#11108)Zach White
2021-01-08typo fixZach White
2021-01-08fix bugs triggered by certain boardsZach White
2021-01-07fix rgblight propertiesZach White
2021-01-07make flake8 happyZach White
2021-01-07get qmk generate-api into a good stateZach White
2021-01-07validate keyboard data with jsonschemaZach White
2021-01-03fix keyboards with apostrophes in their namesZach White
2021-01-03Fix broken keyboards (#11412)Zach White
2021-01-02Fix compiling on develop (#11409)Zach White
2020-12-30Configure keyboard matrix from info.json (#10817)Zach White
2020-12-19Change keyboard json format to bring it inline with the current api (#11231)Zach White
2020-12-16CLI-ify rgblight_breathing_table_calc.c (#11174)Ryan
2020-11-10CI: Add docs build and deploy workflow (#7448)Joel Challis
2020-10-25Generate api data on each push (#10609)Zach White