diff options
author | QMK Bot <hello@qmk.fm> | 2023-12-12 16:46:29 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-12-12 16:46:29 +0000 |
commit | dec0d78724daaf686ee5c3033cd40091fef735d3 (patch) | |
tree | bd9d19a008a7849a11309e3ae2e0bd28adb8a1f1 /docs | |
parent | c2c78996d9793ac387a87df12cb937d6736ae050 (diff) | |
parent | d95182f5b5065948261c08e5515cb8eccd4bd8cc (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cli_commands.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md index 7b5ad5b13a..cf174949af 100644 --- 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. |