mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
feat(setup): Add Microdox to setup scripts.
This commit is contained in:
5
docs/static/setup.sh
vendored
5
docs/static/setup.sh
vendored
@@ -51,7 +51,7 @@ echo ""
|
||||
echo "Keyboard Shield Selection:"
|
||||
|
||||
prompt="Pick an keyboard:"
|
||||
options=("Kyria" "Lily58" "Corne" "Splitreus62" "Sofle" "Iris" "RoMac" "makerdiary M60")
|
||||
options=("Kyria" "Lily58" "Corne" "Splitreus62" "Sofle" "Iris" "RoMac" "makerdiary M60" "Microdox")
|
||||
|
||||
PS3="$prompt "
|
||||
# TODO: Add support for "Other" and linking to docs on adding custom shields in user config repos.
|
||||
@@ -67,7 +67,8 @@ select opt in "${options[@]}" "Quit"; do
|
||||
5 ) shield_title="Sofle" shield="sofle"; split="y"; break;;
|
||||
6 ) shield_title="Iris" shield="iris"; split="y"; break;;
|
||||
7 ) shield_title="RoMac" shield="romac"; split="n"; break;;
|
||||
7 ) shield_title="M60" shield="m60"; split="n"; break;;
|
||||
8 ) shield_title="M60" shield="m60"; split="n"; break;;
|
||||
9 ) shield_title="Microdox" shield="microdox"; split="y"; break;;
|
||||
|
||||
# Add link to docs on adding your own custom shield in your ZMK config!
|
||||
# $(( ${#options[@]}+1 )) ) echo "Other!"; break;;
|
||||
|
||||
Reference in New Issue
Block a user