Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `qmk new-keyboard`: separate dev board and MCU selection (#24548) | Ryan | 2024-11-21 | 1 | -30/+44 |
| | |||||
* | Fix 'qmk new-keyboard' processing of development_board (#23996) | Joel Challis | 2024-06-30 | 1 | -22/+12 |
| | |||||
* | Vitepress conversion of docs. (#23795) | Nick Brassel | 2024-05-30 | 1 | -1/+1 |
| | |||||
* | `qmk new-keyboard` - detach community layout when selecting "none of the ↵ | Joel Challis | 2024-03-14 | 1 | -4/+14 |
| | | | | above" (#20405) | ||||
* | Enable 'keyboard.json' as a build target (#22891) | Joel Challis | 2024-03-10 | 1 | -1/+1 |
| | |||||
* | Remove cd suggestion from new-keyboard (#23194) | Joel Challis | 2024-03-02 | 1 | -4/+4 |
| | |||||
* | `qmk format-json`: Expose full key path and respect `sort_keys` (#20836) | Ryan | 2023-05-20 | 1 | -1/+1 |
| | |||||
* | Validate keyboard name before accepting further input (#19394) | jack | 2022-12-23 | 1 | -5/+5 |
| | |||||
* | Format DD mappings and schemas (#18924) | Ryan | 2022-11-08 | 1 | -1/+1 |
| | |||||
* | Allow new-keyboard to use development_board presets (#16785) | Joel Challis | 2022-04-08 | 1 | -5/+15 |
| | |||||
* | Relocate CLI git interactions (#16682) | Joel Challis | 2022-03-18 | 1 | -1/+1 |
| | |||||
* | Various fixes for new-keyboard (#16358) | Joel Challis | 2022-02-15 | 1 | -1/+9 |
| | |||||
* | CLI: Minor additions #12795 (#16276) | Erovia | 2022-02-14 | 1 | -52/+37 |
| | |||||
* | Initial pass at data driven new-keyboard subcommand (#12795) | Joel Challis | 2022-02-09 | 1 | -88/+205 |
| | | | | | | | | | * 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 Jeppesen | 2021-11-05 | 1 | -41/+38 |
| | | | | | | | | | | | | | | | * 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 Challis | 2021-08-24 | 1 | -2/+2 |
| | | | | | | | * Misc folder tidy * Review comments * Remove redundant entry | ||||
* | Port new_keyboard.sh to CLI (#13706) | Ryan | 2021-07-30 | 1 | -5/+136 |
| | | | Co-authored-by: Erovia <Erovia@users.noreply.github.com> | ||||
* | Align our subprocess usage with current best practices. (#12940) | Zach White | 2021-05-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * 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 Challis | 2021-05-02 | 1 | -0/+11 |
* Shim cli to new keyboard script * Shim cli to new keyboard script * Add docs |