summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/new
Commit message (Expand)AuthorAgeFilesLines
* `qmk format-json`: Expose full key path and respect `sort_keys` (#20836)Ryan2023-05-201-1/+1
* CLI: Improve keymap folder resolution (#20981)Ryan2023-05-191-4/+4
* Validate keyboard name before accepting further input (#19394)jack2022-12-231-5/+5
* Align new-keymap with new-keyboard (#19229)Joel Challis2022-12-031-17/+39
* Format DD mappings and schemas (#18924)Ryan2022-11-081-1/+1
* Allow new-keyboard to use development_board presets (#16785)Joel Challis2022-04-081-5/+15
* Relocate CLI git interactions (#16682)Joel Challis2022-03-181-1/+1
* Various fixes for new-keyboard (#16358)Joel Challis2022-02-151-1/+9
* CLI: Minor additions #12795 (#16276)Erovia2022-02-141-52/+37
* Initial pass at data driven new-keyboard subcommand (#12795)Joel Challis2022-02-091-88/+205
* Refactor new-keyboard to be python3.7 compatible (#14707)Mikkel Jeppesen2021-11-051-41/+38
* Align some quantum sub-directories (#14134)Joel Challis2021-08-241-2/+2
* Port new_keyboard.sh to CLI (#13706)Ryan2021-07-301-5/+136
* Ensure that safe_commands always run (#13199)Zach White2021-06-141-2/+0
* Align our subprocess usage with current best practices. (#12940)Zach White2021-05-191-1/+1
* Shim cli to new keyboard script (#12780)Joel Challis2021-05-022-0/+12
* Add support for tab completion (#12411)Zach White2021-04-141-2/+2
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-241-1/+2
* CLI: update subcommands to use return instead of exit() (#10323)Ryan2020-10-061-3/+3
* Move everything to Python 3.6 (#8835)skullydazed2020-04-181-1/+1
* Add decorators for determining keyboard and keymap based on current directory...skullydazed2020-03-131-0/+3
* Use pathlib everywhere we can (#7872)skullydazed2020-02-171-11/+15
* Use `keymap` instead of `username` variable for `qmk new_keymap` (#6885)St. John Johnson2019-10-051-4/+4
* Configuration system for CLI (#6708)skullydazed2019-09-222-9/+9
* Created new_keymap.py, python version of new_keymap.sh (#6066)Kenny Hoang2019-09-102-0/+41