aboutsummaryrefslogtreecommitdiff
path: root/docs/cli.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli.md')
-rw-r--r--docs/cli.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/cli.md b/docs/cli.md
index fe86cac1f..6ffe03365 100644
--- a/docs/cli.md
+++ b/docs/cli.md
@@ -115,6 +115,16 @@ This command examines your environment and alerts you to potential build or flas
115qmk doctor 115qmk doctor
116``` 116```
117 117
118## `qmk list_keyboards`
119
120This command lists all the keyboards currently defined in `qmk_firmware`
121
122**Usage**:
123
124```
125qmk list_keyboards
126```
127
118## `qmk new-keymap` 128## `qmk new-keymap`
119 129
120This command creates a new keymap based on a keyboard's existing default keymap. 130This command creates a new keymap based on a keyboard's existing default keymap.