From 19dbcf38149a2ba9a51935aae36c276a6dbd4b01 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Mon, 16 Mar 2020 14:27:19 +0000 Subject: Document 'make all:' (#8439) * Document 'make all:' * add cli docs * Apply suggestions from code review Co-Authored-By: skullydazed Co-authored-by: skullydazed --- docs/cli_commands.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/cli_commands.md') diff --git a/docs/cli_commands.md b/docs/cli_commands.md index bffa8263e7..eb5362bd29 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 +``` + **Example**: ``` $ qmk config compile.keymap=default -- cgit v1.2.3