1
0
Fork 0

Migrate make_dfu_header to CLI (#12061)

* 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>
This commit is contained in:
Joel Challis 2021-02-28 21:25:09 +00:00 committed by GitHub
parent 59c7deab09
commit f8266a228c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 88 additions and 16 deletions

View file

@ -1,5 +1,6 @@
from . import api
from . import config_h
from . import dfu_header
from . import docs
from . import info_json
from . import layouts