diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2021-01-08 15:55:51 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-01-08 11:02:35 -0500 |
commit | f0312092c7f3b9b24124b615bf438ad52aa4643f (patch) | |
tree | 7810bfe5ee376b71ac4b4a0eff35e695f850cf22 | |
parent | 5880a284c1074d145bf90e66f1420f544502ed83 (diff) |
fix(setup.sh): add NIBBLE to options
This was missing from its original commit.
Refs: f3153b17d293466160c03f7cb618a2be939c55f7
-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 652160b..5384277 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -91,7 +91,7 @@ echo "" echo "Keyboard Shield Selection:" prompt="Pick an keyboard:" -options=("Kyria" "Lily58" "Corne" "Splitreus62" "Sofle" "Iris" "Reviung41" "RoMac" "RoMac+" "makerdiary M60" "Microdox" "TG4X" "QAZ" "Jorne" "Jian" "CRBN" "Tidbit" "Eek!" "BF0-9000" "Helix") +options=("Kyria" "Lily58" "Corne" "Splitreus62" "Sofle" "Iris" "Reviung41" "RoMac" "RoMac+" "makerdiary M60" "Microdox" "TG4X" "QAZ" "NIBBLE" "Jorne" "Jian" "CRBN" "Tidbit" "Eek!" "BF0-9000" "Helix") PS3="$prompt " # TODO: Add support for "Other" and linking to docs on adding custom shields in user config repos. |