diff options
author | Derek <dschmell91@gmail.com> | 2020-08-16 08:45:03 -0400 |
---|---|---|
committer | Derek <dschmell91@gmail.com> | 2020-08-16 08:45:03 -0400 |
commit | 68da92f4ddb9fab9bc5cc92c96b50578f7b66266 (patch) | |
tree | 35b933d99984804654326f07a4946d965ddc12a1 /docs/static/setup.sh | |
parent | 23b188330f53c3907802efb091614002ee4237b7 (diff) |
Update setup.sh
Diffstat (limited to 'docs/static/setup.sh')
-rw-r--r-- | docs/static/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/static/setup.sh b/docs/static/setup.sh index 71692ef..ca223a8 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -37,7 +37,7 @@ echo "" echo "Keyboard Shield Selection:" prompt="Pick an keyboard:" -options=("Kyria" "Lily58" "Corne" "splitreus62") +options=("Kyria" "Lily58" "Corne") PS3="$prompt " # TODO: Add support for "Other" and linking to docs on adding custom shields in user config repos. |