summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/new/keyboard.py
AgeCommit message (Expand)AuthorFilesLines
2024-11-21`qmk new-keyboard`: separate dev board and MCU selection (#24548)Ryan1-30/+44
2024-06-30Fix 'qmk new-keyboard' processing of development_board (#23996)Joel Challis1-22/+12
2024-05-30Vitepress conversion of docs. (#23795)Nick Brassel1-1/+1
2024-03-14`qmk new-keyboard` - detach community layout when selecting "none of the abov...Joel Challis1-4/+14
2024-03-10Enable 'keyboard.json' as a build target (#22891)Joel Challis1-1/+1
2024-03-02Remove cd suggestion from new-keyboard (#23194)Joel Challis1-4/+4
2023-05-20`qmk format-json`: Expose full key path and respect `sort_keys` (#20836)Ryan1-1/+1
2022-12-23Validate keyboard name before accepting further input (#19394)jack1-5/+5
2022-11-08Format DD mappings and schemas (#18924)Ryan1-1/+1
2022-04-08Allow new-keyboard to use development_board presets (#16785)Joel Challis1-5/+15
2022-03-18Relocate CLI git interactions (#16682)Joel Challis1-1/+1
2022-02-15Various fixes for new-keyboard (#16358)Joel Challis1-1/+9
2022-02-14CLI: Minor additions #12795 (#16276)Erovia1-52/+37
2022-02-09Initial pass at data driven new-keyboard subcommand (#12795)Joel Challis1-88/+205
2021-11-05Refactor new-keyboard to be python3.7 compatible (#14707)Mikkel Jeppesen1-41/+38
2021-08-24Align some quantum sub-directories (#14134)Joel Challis1-2/+2
2021-07-30Port new_keyboard.sh to CLI (#13706)Ryan1-5/+136
2021-05-19Align our subprocess usage with current best practices. (#12940)Zach White1-1/+1
2021-05-02Shim cli to new keyboard script (#12780)Joel Challis1-0/+11