diff options
author | innovaker <[email protected]> | 2021-01-08 15:55:51 +0000 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2021-01-08 11:02:35 -0500 |
commit | f0312092c7f3b9b24124b615bf438ad52aa4643f (patch) | |
tree | 7810bfe5ee376b71ac4b4a0eff35e695f850cf22 /docs/static | |
parent | 5880a284c1074d145bf90e66f1420f544502ed83 (diff) | |
download | zmk-f0312092c7f3b9b24124b615bf438ad52aa4643f.tar.gz zmk-f0312092c7f3b9b24124b615bf438ad52aa4643f.zip |
fix(setup.sh): add NIBBLE to options
This was missing from its original commit.
Refs: f3153b17d293466160c03f7cb618a2be939c55f7
Diffstat (limited to 'docs/static')
-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 652160b436..5384277b87 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. |