forked from mfulz_github/qmk_firmware
Deploying to gh-pages from master @ c8b09d0d4a
🚀
This commit is contained in:
parent
ced7a6771f
commit
0d83fb6e9b
|
@ -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 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`
|
## `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`.
|
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…
Reference in New Issue