summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/new
AgeCommit message (Expand)AuthorFilesLines
2024-12-11Change `new-keymap` keymap name prompt (#24701)jack1-4/+2
2024-11-21Merge remote-tracking branch 'origin/master' into developQMK Bot1-0/+12
2024-11-21`qmk new-keyboard`: separate dev board and MCU selection (#24548)Ryan1-30/+44
2024-11-21`qmk new-keymap`: validate keymap name (#23420)Ryan1-0/+12
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-11-28QMK Userspace (#22222)Nick Brassel1-0/+8
2023-05-20`qmk format-json`: Expose full key path and respect `sort_keys` (#20836)Ryan1-1/+1
2023-05-19CLI: Improve keymap folder resolution (#20981)Ryan1-4/+4
2022-12-23Validate keyboard name before accepting further input (#19394)jack1-5/+5
2022-12-03Align new-keymap with new-keyboard (#19229)Joel Challis1-17/+39
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-06-14Ensure that safe_commands always run (#13199)Zach White1-2/+0
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 Challis2-0/+12
2021-04-14Add support for tab completion (#12411)Zach White1-2/+2
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White1-1/+2
2020-10-06CLI: update subcommands to use return instead of exit() (#10323)Ryan1-3/+3
2020-04-18Move everything to Python 3.6 (#8835)skullydazed1-1/+1
2020-03-13Add decorators for determining keyboard and keymap based on current directory...skullydazed1-0/+3
2020-02-17Use pathlib everywhere we can (#7872)skullydazed1-11/+15
2019-10-05Use `keymap` instead of `username` variable for `qmk new_keymap` (#6885)St. John Johnson1-4/+4
2019-09-22Configuration system for CLI (#6708)skullydazed2-9/+9
2019-09-10Created new_keymap.py, python version of new_keymap.sh (#6066)Kenny Hoang2-0/+41