aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/cli.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/cli.md b/docs/cli.md
index f1c158af4..f2b433fbb 100644
--- a/docs/cli.md
+++ b/docs/cli.md
@@ -252,6 +252,16 @@ This command lists all the keyboards currently defined in `qmk_firmware`
252qmk list-keyboards 252qmk list-keyboards
253``` 253```
254 254
255## `qmk list_keymaps`
256
257This command lists all the keymaps for a specified keyboard (and revision).
258
259**Usage**:
260
261```
262qmk list_keymaps -kb planck/ez
263```
264
255## `qmk new-keymap` 265## `qmk new-keymap`
256 266
257This command creates a new keymap based on a keyboard's existing default keymap. 267This command creates a new keymap based on a keyboard's existing default keymap.