From 4295a8636aee8938d6187b21d3ef9cdaf23cb2bd Mon Sep 17 00:00:00 2001 From: waffle87 <0x6a73@protonmail.com> Date: Tue, 12 Dec 2023 16:47:24 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qmk/qmk?= =?UTF-8?q?=5Ffirmware@d95182f5b5065948261c08e5515cb8eccd4bd8cc=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli_commands.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cli_commands.md b/cli_commands.md index 7b5ad5b13ac..cf174949afb 100644 --- a/cli_commands.md +++ b/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.