diff options
author | Ryan Roden-Corrent <ryan@rcorre.net> | 2021-03-25 07:31:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 22:31:05 +1100 |
commit | a888057453db7a854549ec0d13f638392ffbcca8 (patch) | |
tree | f8cd2801fdbf1b3da06147ee49a2ff3ba66ccfeb /docs/cli_commands.md | |
parent | eae73437412d314a7c00b45ce11da26ffcb22e16 (diff) | |
download | qmk_firmware-a888057453db7a854549ec0d13f638392ffbcca8.tar.gz qmk_firmware-a888057453db7a854549ec0d13f638392ffbcca8.zip |
Fix a small typo in cli_commands.md (#12379)
Diffstat (limited to 'docs/cli_commands.md')
-rw-r--r-- | docs/cli_commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md index 5ab49abd27..bb5df89968 100644 --- a/docs/cli_commands.md +++ b/docs/cli_commands.md @@ -170,7 +170,7 @@ qmk json2c [-o OUTPUT] filename ## `qmk c2json` Creates a keymap.json from a keymap.c. -**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. +**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. **Usage**: |