Skip to content

Commit a1795d2

Browse files
authored
remove qmk console, which is now part of the global cli (qmk#14206)
1 parent b1a0315 commit a1795d2

File tree

3 files changed

+0
-352
lines changed

3 files changed

+0
-352
lines changed

docs/cli_commands.md

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -118,54 +118,6 @@ This command lets you configure the behavior of QMK. For the full `qmk config` d
118118
qmk config [-ro] [config_token1] [config_token2] [...] [config_tokenN]
119119
```
120120

121-
## `qmk console`
122-
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`.
124-
125-
**Usage**:
126-
127-
```
128-
qmk console [-d <pid>:<vid>[:<index>]] [-l] [-n] [-t] [-w <seconds>]
129-
```
130-
131-
**Examples**:
132-
133-
Connect to all available keyboards and show their console messages:
134-
135-
```
136-
qmk console
137-
```
138-
139-
List all devices:
140-
141-
```
142-
qmk console -l
143-
```
144-
145-
Show only messages from clueboard/66/rev3 keyboards:
146-
147-
```
148-
qmk console -d C1ED:2370
149-
```
150-
151-
Show only messages from the second clueboard/66/rev3:
152-
153-
```
154-
qmk console -d C1ED:2370:2
155-
```
156-
157-
Show timestamps and VID:PID instead of names:
158-
159-
```
160-
qmk console -n -t
161-
```
162-
163-
Disable bootloader messages:
164-
165-
```
166-
qmk console --no-bootloaders
167-
```
168-
169121
## `qmk doctor`
170122

171123
This command examines your environment and alerts you to potential build or flash problems. It can fix many of them if you want it to.

lib/python/qmk/cli/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
'qmk.cli.chibios.confmigrate',
3636
'qmk.cli.clean',
3737
'qmk.cli.compile',
38-
'qmk.cli.console',
3938
'qmk.cli.docs',
4039
'qmk.cli.doctor',
4140
'qmk.cli.fileformat',

lib/python/qmk/cli/console.py

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)