Update docs/docs/user-setup-cli.mdx

Co-authored-by: Joel Spadin <joelspadin@gmail.com>
This commit is contained in:
Nicolas Munnich 2024-08-18 21:06:23 +02:00 committed by GitHub
parent d34e6a6806
commit 7a002998f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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