diff options
author | Zach White <skullydazed@gmail.com> | 2021-01-16 15:21:06 -0800 |
---|---|---|
committer | Zach White <skullydazed@gmail.com> | 2021-01-16 15:21:06 -0800 |
commit | 5abe66674921094c2686b98a4c0d188088e43bb3 (patch) | |
tree | e4580fa1e8b29f138e652e2db76e1c5b76646ded /docs/cli_commands.md | |
parent | f35b1127fa3662285f37a12632be385bd84b79d3 (diff) | |
parent | d9785ec31339d7f80279fd3d1005f76689ed2f6a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/cli_commands.md')
-rw-r--r-- | docs/cli_commands.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md index 61ce1aa2a4..5ab49abd27 100644 --- a/docs/cli_commands.md +++ b/docs/cli_commands.md @@ -11,13 +11,13 @@ This command is directory aware. It will automatically fill in KEYBOARD and/or K **Usage for Configurator Exports**: ``` -qmk compile <configuratorExport.json> +qmk compile [-c] <configuratorExport.json> ``` **Usage for Keymaps**: ``` -qmk compile -kb <keyboard_name> -km <keymap_name> +qmk compile [-c] [-e <var>=<value>] -kb <keyboard_name> -km <keymap_name> ``` **Usage in Keyboard Directory**: @@ -82,13 +82,13 @@ This command is directory aware. It will automatically fill in KEYBOARD and/or K **Usage for Configurator Exports**: ``` -qmk flash <configuratorExport.json> -bl <bootloader> +qmk flash [-bl <bootloader>] [-c] [-e <var>=<value>] <configuratorExport.json> ``` **Usage for Keymaps**: ``` -qmk flash -kb <keyboard_name> -km <keymap_name> -bl <bootloader> +qmk flash -kb <keyboard_name> -km <keymap_name> [-bl <bootloader>] [-c] [-e <var>=<value>] ``` **Listing the Bootloaders** |