summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/generate/dfu_header.py
Commit message (Collapse)AuthorAgeFilesLines
* Update LUFA submodule (#18168)Ryan2022-08-261-2/+2
|
* [CLI] Add common util for dumping generated content (#16674)Joel Challis2022-03-181-14/+4
|
* Map `PRODUCT` define to `keyboard_name` (#14372)Ryan2021-11-051-1/+1
| | | | | | | * Map `PRODUCT` define to `keyboard_name` * Fix tests * Fix last test
* Cleanup issues identified by lgtm (#14459)Zach White2021-09-271-1/+1
| | | | | * cleanup issues identified by lgtm * fix the git_status check
* Add support for tab completion (#12411)Zach White2021-04-141-1/+2
| | | | | | | * Add support for tab completion * make flake8 happy * Add documentation
* Migrate make_dfu_header to CLI (#12061)Joel Challis2021-02-281-0/+59
* Migrate make_dfu_header to CLI * lint fixes * Update lib/python/qmk/cli/generate/dfu_header.py Co-authored-by: Ryan <fauxpark@gmail.com> * Rename object Co-authored-by: Ryan <fauxpark@gmail.com>