summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/generate
AgeCommit message (Expand)Author
2022-03-04Change data driven "str" type to represent a quoted string literal (#16516)Ryan
2022-02-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-27Fix issues with data driven split keyboards (#16457)Joel Challis
2022-02-27Rework generate-api CLI command to use .build directory (#16441)Joel Challis
2022-02-23Changelog 2022q1 (#16380)Joel Challis
2022-02-22Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-02-21Internal docs generation updates (#16411)Ryan
2022-02-05Skip categorisation of PR if it's only for code formatting. (#16215)Nick Brassel
2022-02-04Ensure `version.h` is recreated each build. (#16188)Nick Brassel
2022-01-17CLI: Parse USB device version BCD (#14580)Ryan
2021-12-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-30Fix compilation-database command under MSYS (#15652)Joel Challis
2021-12-22Use the PR title rather than parsing the commit message. (#15537)Nick Brassel
2021-11-28Changelog 2021q4 (#15325)Nick Brassel
2021-11-18[cli] Export list of `develop` PRs to be merged into `master` (#13944)Nick Brassel
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young
2021-11-05Map `PRODUCT` define to `keyboard_name` (#14372)Ryan
2021-10-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-04Allow community layouts to be specified in info.json (#14682)Zach White
2021-09-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-09-27Cleanup issues identified by lgtm (#14459)Zach White
2021-09-20compiledb: query include paths from gcc directly. (#14462)Nick Brassel
2021-09-16New CLI subcommand to create clang-compatible compilation database (`compile_...Bao
2021-08-18Add config.h and rules.mk support for data driven keymaps (#12859)Joel Challis
2021-08-16Add a lot more data to info.json (#13366)Zach White
2021-06-27CLI: Add subcommand to generate version.h (#13151)Ryan
2021-06-14Ensure that safe_commands always run (#13199)Zach White
2021-05-292021 May 29 Breaking Changes Update (#13034)James Young
2021-05-24search for the readme in higher directories as well (#12997)Zach White
2021-05-19Align our subprocess usage with current best practices. (#12940)Zach White
2021-05-10Improve our CI tests (#11476)Zach White
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