Deploying to gh-pages from @ qmk/qmk_firmware@d95182f5b5 🚀

This commit is contained in:
waffle87 2023-12-12 16:47:24 +00:00
parent c8488b9d39
commit 4295a8636a

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.