summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/new
AgeCommit message (Expand)Author
2023-11-28QMK Userspace (#22222)Nick Brassel
2023-05-20`qmk format-json`: Expose full key path and respect `sort_keys` (#20836)Ryan
2023-05-19CLI: Improve keymap folder resolution (#20981)Ryan
2022-12-23Validate keyboard name before accepting further input (#19394)jack
2022-12-03Align new-keymap with new-keyboard (#19229)Joel Challis
2022-11-08Format DD mappings and schemas (#18924)Ryan
2022-04-08Allow new-keyboard to use development_board presets (#16785)Joel Challis
2022-03-18Relocate CLI git interactions (#16682)Joel Challis
2022-02-15Various fixes for new-keyboard (#16358)Joel Challis
2022-02-14CLI: Minor additions #12795 (#16276)Erovia
2022-02-09Initial pass at data driven new-keyboard subcommand (#12795)Joel Challis
2021-11-05Refactor new-keyboard to be python3.7 compatible (#14707)Mikkel Jeppesen
2021-08-24Align some quantum sub-directories (#14134)Joel Challis
2021-07-30Port new_keyboard.sh to CLI (#13706)Ryan
2021-06-14Ensure that safe_commands always run (#13199)Zach White
2021-05-19Align our subprocess usage with current best practices. (#12940)Zach White
2021-05-02Shim cli to new keyboard script (#12780)Joel Challis
2021-04-14Add support for tab completion (#12411)Zach White
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White
2020-10-06CLI: update subcommands to use return instead of exit() (#10323)Ryan
2020-04-18Move everything to Python 3.6 (#8835)skullydazed
2020-03-13Add decorators for determining keyboard and keymap based on current directory...skullydazed
2020-02-17Use pathlib everywhere we can (#7872)skullydazed
2019-10-05Use `keymap` instead of `username` variable for `qmk new_keymap` (#6885)St. John Johnson
2019-09-22Configuration system for CLI (#6708)skullydazed
2019-09-10Created new_keymap.py, python version of new_keymap.sh (#6066)Kenny Hoang