aboutsummaryrefslogtreecommitdiffstats
path: root/docs/cli_commands.md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-03-16 14:27:19 +0000
committerGitHub <noreply@github.com>2020-03-16 14:27:19 +0000
commit19dbcf38149a2ba9a51935aae36c276a6dbd4b01 (patch)
treef3f37cc761bb02a1fdb06a21e403113d44f9bfad /docs/cli_commands.md
parentc89012566c9f542b1bff8f3ffd9dded5175cc41f (diff)
downloadfirmware-19dbcf38149a2ba9a51935aae36c276a6dbd4b01.tar.gz
firmware-19dbcf38149a2ba9a51935aae36c276a6dbd4b01.tar.bz2
firmware-19dbcf38149a2ba9a51935aae36c276a6dbd4b01.zip
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>
Diffstat (limited to 'docs/cli_commands.md')
-rw-r--r--docs/cli_commands.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md
index bffa8263e..eb5362bd2 100644
--- a/docs/cli_commands.md
+++ b/docs/cli_commands.md
@@ -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