Browse Source

docs/cli_commands: fix typo (#13697)

pull/13715/head
Marc Tamsky 2 years ago
committed by GitHub
parent
commit
958483a4ba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/cli_commands.md

+ 1
- 1
docs/cli_commands.md View File

@ -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**:


Loading…
Cancel
Save