diff options
author | Marc Tamsky <tamsky@users.noreply.github.com> | 2021-07-24 20:51:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 13:51:40 +1000 |
commit | 958483a4bad62cb55e2782dbf0f8762692748515 (patch) | |
tree | ec119d6881f5a8a1326edccfaa7a86f18430650a | |
parent | a938c54512b85251c5dae3bccae835a919460e71 (diff) |
docs/cli_commands: fix typo (#13697)
-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 0a2bd8121e..876ffb5831 100644 --- a/docs/cli_commands.md +++ b/docs/cli_commands.md @@ -109,7 +109,7 @@ qmk config [-ro] [config_token1] [config_token2] [...] [config_tokenN] ## `qmk console` -This command lets you connect to keyboard consoles to get debugging messages. It only works if your keyboard firmware has been compiled with `CONSOLE_ENABLED=yes`. +This command lets you connect to keyboard consoles to get debugging messages. It only works if your keyboard firmware has been compiled with `CONSOLE_ENABLE=yes`. **Usage**: |