diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-02 15:59:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-02 15:59:41 +0000 |
commit | 0ec438289d8d0103a5fd1a6698c95716466ed9d3 (patch) | |
tree | aa255e6b048df2d72675f2b18de5a631047a72e9 /docs | |
parent | 79e86adfb6cd94041c7e8db7e75e1ee8648ce2fd (diff) | |
parent | 25c97e0019aff7c529b09d177f23fd1271a120dc (diff) |
Merge remote-tracking branch 'origin/master' into develop
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. |