Browse Source

[documentation] QMK migrate docs patch (#22646)

pull/22647/head
Tom Barnes 4 months ago
committed by GitHub
parent
commit
d95182f5b5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      docs/cli_commands.md

+ 10
- 0
docs/cli_commands.md View File

@ -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.


Loading…
Cancel
Save