Browse Source

Deploying to gh-pages from master @ c8b09d0d4a 🚀

gh-pages
tzarc 2 years ago
parent
commit
0d83fb6e9b
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      cli_commands.md

+ 14
- 0
cli_commands.md View File

@ -118,6 +118,20 @@ This command lets you configure the behavior of QMK. For the full `qmk config` d
qmk config [-ro] [config_token1] [config_token2] [...] [config_tokenN]
```
## `qmk cd`
This command opens a new shell in your `qmk_firmware` directory.
Note that if you are already somewhere within `QMK_HOME` (for example, the `keyboards/` folder), nothing will happen.
To exit out into the parent shell, simply type `exit`.
**Usage**:
```
qmk cd
```
## `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_ENABLE=yes`.


Loading…
Cancel
Save