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:
Erovia 2019-10-13 19:07:22 +02:00 committed by skullydazed
parent f96085af38
commit 26f53d38d9
5 changed files with 172 additions and 76 deletions

View file

@ -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.