aboutsummaryrefslogtreecommitdiff
path: root/docs/cli_commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli_commands.md')
-rw-r--r--docs/cli_commands.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md
index 314e7448d..c7468eb5e 100644
--- a/docs/cli_commands.md
+++ b/docs/cli_commands.md
@@ -280,12 +280,12 @@ qmk list-keymaps -kb planck/ez
280 280
281This command creates a new keyboard based on available templates. 281This command creates a new keyboard based on available templates.
282 282
283This command will prompt for input to guide you though the generation process. 283Any arguments that are not provided will prompt for input. If `-u` is not passed and `user.name` is set in .gitconfig, it will be used as the default username in the prompt.
284 284
285**Usage**: 285**Usage**:
286 286
287``` 287```
288qmk new-keyboard 288qmk new-keyboard [-kb KEYBOARD] [-t {avr,ps2avrgb}] -u USERNAME
289``` 289```
290 290
291## `qmk new-keymap` 291## `qmk new-keymap`