summaryrefslogtreecommitdiff
path: root/docs/static/setup.sh
diff options
context:
space:
mode:
authorMango The Fourth <40720523+MangoIV@users.noreply.github.com>2021-01-01 15:33:19 +0100
committerGitHub <noreply@github.com>2021-01-01 14:33:19 +0000
commit5752b4fbda757768e5356a99750066df53aee0a7 (patch)
tree0e6b114bfe21cb85d024a49efaf1fb3a7397a370 /docs/static/setup.sh
parent2b4fda6948970ef236791472c0f3e461a23abf33 (diff)
feat(shields): add eek shield
PR: #529
Diffstat (limited to 'docs/static/setup.sh')
-rw-r--r--docs/static/setup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/static/setup.sh b/docs/static/setup.sh
index 5768fa6..5ceff67 100644
--- a/docs/static/setup.sh
+++ b/docs/static/setup.sh
@@ -92,7 +92,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")
+options=("Kyria" "Lily58" "Corne" "Splitreus62" "Sofle" "Iris" "Reviung41" "RoMac" "RoMac+" "makerdiary M60" "Microdox" "TG4X" "QAZ" "Jorne" "Jian" "CRBN" "Tidbit" "Eek!")
PS3="$prompt "
# TODO: Add support for "Other" and linking to docs on adding custom shields in user config repos.
@@ -119,6 +119,7 @@ select opt in "${options[@]}" "Quit"; do
16 ) shield_title="Jian" shield="jian"; split="y"; break;;
17 ) shield_title="CRBN" shield="crbn"; split="n"; break;;
18 ) shield_title="Tidbit" shield="tidbit"; split="n" break;;
+ 19 ) shield_title="Eek!" shield="eek"; split="n" break;;
# Add link to docs on adding your own custom shield in your ZMK config!
# $(( ${#options[@]}+1 )) ) echo "Other!"; break;;