diff options
Diffstat (limited to 'docs/cli_commands.md')
-rw-r--r-- | docs/cli_commands.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md index e498f3b22..8f5117633 100644 --- a/docs/cli_commands.md +++ b/docs/cli_commands.md | |||
@@ -118,6 +118,20 @@ This command lets you configure the behavior of QMK. For the full `qmk config` d | |||
118 | qmk config [-ro] [config_token1] [config_token2] [...] [config_tokenN] | 118 | qmk config [-ro] [config_token1] [config_token2] [...] [config_tokenN] |
119 | ``` | 119 | ``` |
120 | 120 | ||
121 | ## `qmk cd` | ||
122 | |||
123 | This command opens a new shell in your `qmk_firmware` directory. | ||
124 | |||
125 | Note that if you are already somewhere within `QMK_HOME` (for example, the `keyboards/` folder), nothing will happen. | ||
126 | |||
127 | To exit out into the parent shell, simply type `exit`. | ||
128 | |||
129 | **Usage**: | ||
130 | |||
131 | ``` | ||
132 | qmk cd | ||
133 | ``` | ||
134 | |||
121 | ## `qmk console` | 135 | ## `qmk console` |
122 | 136 | ||
123 | 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`. | 137 | 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`. |