summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/new/keyboard.py
Commit message (Collapse)AuthorAge
* Allow new-keyboard to use development_board presets (#16785)Joel Challis2022-04-08
|
* Relocate CLI git interactions (#16682)Joel Challis2022-03-18
|
* Various fixes for new-keyboard (#16358)Joel Challis2022-02-15
|
* CLI: Minor additions #12795 (#16276)Erovia2022-02-14
|
* Initial pass at data driven new-keyboard subcommand (#12795)Joel Challis2022-02-09
| | | | | | | | | * Initial pass at a data driven keyboard subcommand * format * lint * Handle bootloader now its mandatory
* Refactor new-keyboard to be python3.7 compatible (#14707)Mikkel Jeppesen2021-11-05
| | | | | | | | | | | | | | | * Use copy_tree from distutils for python 3.7 support * Bump python version in docs * Changed new-keyboard to use printf-style format strings * Use username for manunfacturer / maintainer * Update lib/python/qmk/cli/new/keyboard.py Co-authored-by: Zach White <skullydazed@drpepper.org> Co-authored-by: Zach White <skullydazed@drpepper.org>
* Align some quantum sub-directories (#14134)Joel Challis2021-08-24
| | | | | | | * Misc folder tidy * Review comments * Remove redundant entry
* Port new_keyboard.sh to CLI (#13706)Ryan2021-07-30
| | | Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* Align our subprocess usage with current best practices. (#12940)Zach White2021-05-19
| | | | | | | | | | | | | | | | | * Align our subprocess usage with current best practices. * remove unused import * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * fix the cpp invocation for older python * allow for unprompted installation * make sure qmk new-keyboard works on windows Co-authored-by: Ryan <fauxpark@gmail.com>
* Shim cli to new keyboard script (#12780)Joel Challis2021-05-02
* Shim cli to new keyboard script * Shim cli to new keyboard script * Add docs