diff options
Diffstat (limited to 'docs')
-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 6498b28b88..05e9306070 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 qmk list-keymaps -kb planck/ez ``` +## `qmk new-keyboard` + +This command creates a new keyboard based on available templates. + +This command will prompt for input to guide you though the generation process. + +**Usage**: + +``` +qmk new-keyboard +``` + ## `qmk new-keymap` This command creates a new keymap based on a keyboard's existing default keymap. |