~ruther/qmk_firmware

dec0d78724daaf686ee5c3033cd40091fef735d3 — QMK Bot 1 year, 6 months ago c2c7899 + d95182f
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 10 insertions(+), 0 deletions(-)

M docs/cli_commands.md
M docs/cli_commands.md => docs/cli_commands.md +10 -0
@@ 362,6 362,16 @@ This command is directory aware. It will automatically fill in KEYBOARD if you a
qmk list-keymaps -kb planck/ez
```

## `qmk migrate`

This command searches for legacy code that can be converted to the new `info.json` format and adds it to the specified keyboard's `info.json`.

**Usage**:

```
qmk migrate [-h] -kb KEYBOARD [-f FILTER]
```

## `qmk new-keyboard`

This command creates a new keyboard based on available templates.

Do not follow this link