diff options
| author | Joel Challis <git@zvecr.com> | 2021-05-02 16:59:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-02 16:59:10 +0100 |
| commit | 25c97e0019aff7c529b09d177f23fd1271a120dc (patch) | |
| tree | d2abda3bc3afa43580070668a32e3ca1b9c2b00d /docs/cli_commands.md | |
| parent | 0fd8faa1adc9d46c17bb54402c5edbacf396c08f (diff) | |
| download | qmk_firmware-25c97e0019aff7c529b09d177f23fd1271a120dc.tar.gz qmk_firmware-25c97e0019aff7c529b09d177f23fd1271a120dc.zip | |
Shim cli to new keyboard script (#12780)
* Shim cli to new keyboard script
* Shim cli to new keyboard script
* Add docs
Diffstat (limited to 'docs/cli_commands.md')
| -rw-r--r-- | docs/cli_commands.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md index 6498b28b8..05e930607 100644 --- a/docs/cli_commands.md +++ b/docs/cli_commands.md | |||
| @@ -228,6 +228,18 @@ This command is directory aware. It will automatically fill in KEYBOARD if you a | |||
| 228 | qmk list-keymaps -kb planck/ez | 228 | qmk list-keymaps -kb planck/ez |
| 229 | ``` | 229 | ``` |
| 230 | 230 | ||
| 231 | ## `qmk new-keyboard` | ||
| 232 | |||
| 233 | This command creates a new keyboard based on available templates. | ||
| 234 | |||
| 235 | This command will prompt for input to guide you though the generation process. | ||
| 236 | |||
| 237 | **Usage**: | ||
| 238 | |||
| 239 | ``` | ||
| 240 | qmk new-keyboard | ||
| 241 | ``` | ||
| 242 | |||
| 231 | ## `qmk new-keymap` | 243 | ## `qmk new-keymap` |
| 232 | 244 | ||
| 233 | This command creates a new keymap based on a keyboard's existing default keymap. | 245 | This command creates a new keymap based on a keyboard's existing default keymap. |
