From 7a002998f5c81749480b217c886367541cc5b01a Mon Sep 17 00:00:00 2001 From: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com> Date: Sun, 18 Aug 2024 21:06:23 +0200 Subject: [PATCH] Update docs/docs/user-setup-cli.mdx Co-authored-by: Joel Spadin --- docs/docs/user-setup-cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/user-setup-cli.mdx b/docs/docs/user-setup-cli.mdx index 4112f8ab..2c92c790 100644 --- a/docs/docs/user-setup-cli.mdx +++ b/docs/docs/user-setup-cli.mdx @@ -168,7 +168,7 @@ To start building firmware for a new keyboard, run `zmk keyboard add`. Follow th You can then run `zmk code ` 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