diff options
| author | Tom Barnes <tom@mechboards.co.uk> | 2023-12-12 16:46:00 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-12 09:46:00 -0700 | 
| commit | d95182f5b5065948261c08e5515cb8eccd4bd8cc (patch) | |
| tree | 306699aa8526177651d9995664619eba053aff0b /docs | |
| parent | 9c857728c6e9df2f72b3b7ab22b43e85fc06030d (diff) | |
[documentation] QMK migrate docs patch (#22646)
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.  | 
