From 77750f11caec76b628d8a97c1459afd639f77ff9 Mon Sep 17 00:00:00 2001 From: pixls Date: Sat, 30 Jul 2022 20:45:14 -0400 Subject: [PATCH] Update docs/docs/user-setup.md Co-authored-by: Cem Aksoylar --- docs/docs/user-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/user-setup.md b/docs/docs/user-setup.md index e81e073b..3885d7ad 100644 --- a/docs/docs/user-setup.md +++ b/docs/docs/user-setup.md @@ -91,7 +91,7 @@ powershell -Command "iex ((New-Object System.Net.WebClient).DownloadString('http ### Keyboard Selection :::note -If you are building firmware for a new keyboard or shield that is not included in the built-in +If you are building firmware for a new keyboard that is not included in the built-in list of keyboards, you can choose any keyboard or shield from the list that is similar to yours to generate the repository, and edit / add necessary files. You can follow the [new shield guide](development/new-shield.md) if you are adding support for a composite keyboard. :::