commit dec0d78724daaf686ee5c3033cd40091fef735d3 parent c2c78996d9793ac387a87df12cb937d6736ae050 Author: QMK Bot <hello@qmk.fm> Date: Tue, 12 Dec 2023 16:46:29 +0000 Merge remote-tracking branch 'origin/master' into develop Diffstat:
| M | docs/cli_commands.md | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/docs/cli_commands.md b/docs/cli_commands.md @@ -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.