aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5ab49abd2..bb5df8996 100644
--- a/docs/cli_commands.md
+++ b/docs/cli_commands.md
@@ -170,7 +170,7 @@ qmk json2c [-o OUTPUT] filename
170## `qmk c2json` 170## `qmk c2json`
171 171
172Creates a keymap.json from a keymap.c. 172Creates a keymap.json from a keymap.c.
173**Note:** Parsing C source files is not easy, therefore this subcommand may not work your keymap. In some cases not using the C pre-processor helps. 173**Note:** Parsing C source files is not easy, therefore this subcommand may not work with your keymap. In some cases not using the C pre-processor helps.
174 174
175**Usage**: 175**Usage**:
176 176