forked from mirrors/qmk_userspace
Document 'make all:<name>' (#8439)
* Document 'make all:<name>' * add cli docs * Apply suggestions from code review Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com> Co-authored-by: skullydazed <skullydazed@users.noreply.github.com>
This commit is contained in:
parent
c89012566c
commit
19dbcf3814
2 changed files with 22 additions and 4 deletions
|
@ -57,6 +57,12 @@ Must be in keyboard directory with a default keymap, or in keymap directory for
|
|||
qmk compile
|
||||
```
|
||||
|
||||
**Usage for building all keyboards that support a specific keymap**:
|
||||
|
||||
```
|
||||
qmk compile -kb all -km <keymap_name>
|
||||
```
|
||||
|
||||
**Example**:
|
||||
```
|
||||
$ qmk config compile.keymap=default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue