Skip to content

Commit

Permalink
remove qmk console, which is now part of the global cli (qmk#14206)
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed authored Aug 29, 2021
1 parent b1a0315 commit a1795d2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 352 deletions.
48 changes: 0 additions & 48 deletions docs/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,54 +118,6 @@ 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 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`.

**Usage**:

```
qmk console [-d <pid>:<vid>[:<index>]] [-l] [-n] [-t] [-w <seconds>]
```

**Examples**:

Connect to all available keyboards and show their console messages:

```
qmk console
```

List all devices:

```
qmk console -l
```

Show only messages from clueboard/66/rev3 keyboards:

```
qmk console -d C1ED:2370
```

Show only messages from the second clueboard/66/rev3:

```
qmk console -d C1ED:2370:2
```

Show timestamps and VID:PID instead of names:

```
qmk console -n -t
```

Disable bootloader messages:

```
qmk console --no-bootloaders
```

## `qmk doctor`

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.
Expand Down
1 change: 0 additions & 1 deletion lib/python/qmk/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
'qmk.cli.chibios.confmigrate',
'qmk.cli.clean',
'qmk.cli.compile',
'qmk.cli.console',
'qmk.cli.docs',
'qmk.cli.doctor',
'qmk.cli.fileformat',
Expand Down
303 changes: 0 additions & 303 deletions lib/python/qmk/cli/console.py

This file was deleted.

0 comments on commit a1795d2

Please sign in to comment.