summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/generate
Commit message (Expand)AuthorAgeFilesLines
* Implement XAP 'secure' core requirements (#16843)Joel Challis2022-04-161-1/+6
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-301-2/+2
|\
| * yapf: disable arithmetic predecence indication (#16749)Ryan2022-03-301-2/+2
* | Extend 'qmk info' to handle keymap level overrides (#16702)Joel Challis2022-03-212-14/+6
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-181-4/+4
|\|
| * Relocate CLI git interactions (#16682)Joel Challis2022-03-181-4/+4
* | Merge remote-tracking branch 'origin/master' into developzvecr2022-03-186-78/+51
|\|
| * [CLI] Add common util for dumping generated content (#16674)Joel Challis2022-03-186-78/+51
* | Move Doxygen docs to subdirectory (#16561)Ryan2022-03-071-3/+4
* | Change data driven "str" type to represent a quoted string literal (#16516)Ryan2022-03-042-3/+10
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-273-27/+27
|\|
| * Fix issues with data driven split keyboards (#16457)Joel Challis2022-02-273-27/+27
* | Rework generate-api CLI command to use .build directory (#16441)Joel Challis2022-02-271-7/+21
|/
* Changelog 2022q1 (#16380)Joel Challis2022-02-231-1/+2
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-02-221-6/+10
|\
| * Internal docs generation updates (#16411)Ryan2022-02-211-6/+10
* | Skip categorisation of PR if it's only for code formatting. (#16215)Nick Brassel2022-02-051-1/+11
* | Ensure `version.h` is recreated each build. (#16188)Nick Brassel2022-02-041-0/+3
* | CLI: Parse USB device version BCD (#14580)Ryan2022-01-171-0/+6
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-291-1/+2
|\|
| * Fix compilation-database command under MSYS (#15652)Joel Challis2021-12-301-1/+2
* | Use the PR title rather than parsing the commit message. (#15537)Nick Brassel2021-12-221-1/+1
|/
* Changelog 2021q4 (#15325)Nick Brassel2021-11-281-1/+1
* [cli] Export list of `develop` PRs to be merged into `master` (#13944)Nick Brassel2021-11-181-0/+119
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-6/+3
* Map `PRODUCT` define to `keyboard_name` (#14372)Ryan2021-11-051-1/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-041-1/+1
|\
| * Allow community layouts to be specified in info.json (#14682)Zach White2021-10-041-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-274-4/+4
|\|
| * Cleanup issues identified by lgtm (#14459)Zach White2021-09-274-4/+4
* | compiledb: query include paths from gcc directly. (#14462)Nick Brassel2021-09-201-2/+12
* | New CLI subcommand to create clang-compatible compilation database (`compile_...Bao2021-09-161-0/+123
|/
* Add config.h and rules.mk support for data driven keymaps (#12859)Joel Challis2021-08-183-37/+29
* Add a lot more data to info.json (#13366)Zach White2021-08-163-53/+138
* CLI: Add subcommand to generate version.h (#13151)Ryan2021-06-271-0/+28
* Ensure that safe_commands always run (#13199)Zach White2021-06-141-9/+0
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-291-1/+3
* search for the readme in higher directories as well (#12997)Zach White2021-05-241-3/+3
* Align our subprocess usage with current best practices. (#12940)Zach White2021-05-191-6/+8
* Improve our CI tests (#11476)Zach White2021-05-101-12/+23
* Fix unused import in recent generation code (#12781)Joel Challis2021-05-021-1/+1
* Allow <keyboard>.h to be optional when going data driven (#12706)Joel Challis2021-05-012-0/+61
* Add support for tab completion (#12411)Zach White2021-04-145-9/+10
* Add a `qmk format-json` command that will format JSON files (#12372)Zach White2021-03-252-2/+2
* [CI] Format code according to conventions (#12363)github-actions[bot]2021-03-241-5/+5
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-245-27/+50
* `qmk generate-rules-mk`: add `--escape` switch for makefile logic (#12101)Ryan2021-03-041-1/+5
* Migrate make_dfu_header to CLI (#12061)Joel Challis2021-02-282-0/+60
* Fix generated file output while target exists (#12062)Joel Challis2021-02-284-7/+7
* Fix develop (#12039)Zach White2021-02-271-0/+4