forked from mirrors/qmk_userspace
Another major refactoring, add documentation
Move all useful functions to the qmk module and use the cli subcommand as a wrapper around it. Add both inline comments and documentation.
This commit is contained in:
parent
f96085af38
commit
26f53d38d9
5 changed files with 172 additions and 76 deletions
10
docs/cli.md
10
docs/cli.md
|
@ -252,6 +252,16 @@ This command lists all the keyboards currently defined in `qmk_firmware`
|
|||
qmk list-keyboards
|
||||
```
|
||||
|
||||
## `qmk list_keymaps`
|
||||
|
||||
This command lists all the keymaps for a specified keyboard (and revision).
|
||||
|
||||
**Usage**:
|
||||
|
||||
```
|
||||
qmk list_keymaps -kb planck/ez
|
||||
```
|
||||
|
||||
## `qmk new-keymap`
|
||||
|
||||
This command creates a new keymap based on a keyboard's existing default keymap.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue