Skip to content

Commit

Permalink
[documentation] QMK migrate docs patch (qmk#22646)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboard-magpie authored and Nathan committed Feb 11, 2024
1 parent 913d775 commit 31c4d74
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 31c4d74

Please sign in to comment.