Update docs/docs/user-setup-cli.mdx
Co-authored-by: Joel Spadin <joelspadin@gmail.com>
This commit is contained in:
parent
d34e6a6806
commit
7a002998f5
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ To start building firmware for a new keyboard, run `zmk keyboard add`. Follow th
|
|||
|
||||
You can then run `zmk code <keyboard>` to open the keymap in a text editor.
|
||||
|
||||
This command reads from a local copy of ZMK to determine the supported keyboards. If the keyboard you want to use isn't listed, try running `zmk update` to update the local copy to the latest version of ZMK. If it still isn't listed, you may be able to find a [Zephyr module](#module-management) that provides it, you you may need to [create it yourself](#create-a-new-keyboard).
|
||||
This command reads from a local copy of ZMK to determine the supported keyboards. If the keyboard you want to use isn't listed, try running `zmk update` to update the local copy to the latest version of ZMK. If it still isn't listed, you may be able to find a [Zephyr module](#module-management) that provides it, or you may need to [create it yourself](#create-a-new-keyboard).
|
||||
|
||||
#### Remove a keyboard
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue