diff options
author | Derek <dschmell91@gmail.com> | 2020-08-16 08:49:17 -0400 |
---|---|---|
committer | Derek <dschmell91@gmail.com> | 2020-08-16 08:49:17 -0400 |
commit | 5bb01c802b792dd016b2cd091b0983806b658f43 (patch) | |
tree | 241175a9b5e1b4979049d9b12459d34711629306 /docs | |
parent | caecce62b7805e7fa3db814f2eb1616ba3661262 (diff) |
Update setup.sh
Diffstat (limited to 'docs')
-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 27dcb0b..45eccd6 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") +options=("Kyria" "Lily58" "Corne" "Splitreus62") PS3="$prompt " # TODO: Add support for "Other" and linking to docs on adding custom shields in user config repos. |