summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-18 20:57:00 +0000
committerQMK Bot <hello@qmk.fm>2020-12-18 20:57:00 +0000
commit45a1a3239d77b0ff48f41f47c28e8ef423003966 (patch)
treefee97f539861403c3b88b69425346d264a400828
parentd66c14b71ea42b6553e16f67ded3d37d3363aae8 (diff)
parent6890090fbb929e0d1fe070b590dad2ee8a8eaa66 (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--docs/cli_commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md
index 71c803bc21..61ce1aa2a4 100644
--- a/docs/cli_commands.md
+++ b/docs/cli_commands.md
@@ -175,7 +175,7 @@ Creates a keymap.json from a keymap.c.
**Usage**:
```
-qmk c2json [--no-cpp] [-o OUTPUT] filename
+qmk c2json -km KEYMAP -kb KEYBOARD [-q] [--no-cpp] [-o OUTPUT] filename
```
## `qmk lint`