summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-05-02 16:59:10 +0100
committerGitHub <noreply@github.com>2021-05-02 16:59:10 +0100
commit25c97e0019aff7c529b09d177f23fd1271a120dc (patch)
treed2abda3bc3afa43580070668a32e3ca1b9c2b00d /docs
parent0fd8faa1adc9d46c17bb54402c5edbacf396c08f (diff)
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')
-rw-r--r--docs/cli_commands.md12
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.