diff options
author | Derek <dschmell91@gmail.com> | 2020-08-15 19:30:35 -0400 |
---|---|---|
committer | Derek <dschmell91@gmail.com> | 2020-08-15 19:30:35 -0400 |
commit | 23b188330f53c3907802efb091614002ee4237b7 (patch) | |
tree | c92243cc80c9273c44785077a02d824ef7261080 /docs/static | |
parent | 0a23d98962e5aa43d8c90670841cccf368660b58 (diff) |
Update setup.sh
Updated setup.sh
Diffstat (limited to 'docs/static')
-rw-r--r-- | docs/static/setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/static/setup.sh b/docs/static/setup.sh index 27dcb0b..71692ef 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -11,7 +11,7 @@ title="ZMK Config Setup:" # TODO: Check for user.name and user.email git configs being set prompt="Pick an MCU board:" -options=("nice!nano" "QMK Proton-C") +options=("nice!nano" "QMK Proton-C" "bluemicro52840_v1") echo "$title" echo "" @@ -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. |