Merge pull request #92 from Na-Cly/shields/splitreus62
Add splitreus62 shield
This commit is contained in:
commit
760de7d3c6
10 changed files with 157 additions and 1 deletions
3
docs/static/setup.sh
vendored
3
docs/static/setup.sh
vendored
|
|
@ -38,7 +38,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.
|
||||
|
|
@ -50,6 +50,7 @@ select opt in "${options[@]}" "Quit"; do
|
|||
1 ) shield_title="Kyria" shield="kyria"; split="y"; break;;
|
||||
2 ) shield_title="Lily58" shield="lily58"; split="y"; break;;
|
||||
3 ) shield_title="Corne" shield="corne"; split="y"; break;;
|
||||
4 ) shield_title="Splitreus62" shield="splitreus62"; split="y"; break;;
|
||||
|
||||
# Add link to docs on adding your own custom shield in your ZMK config!
|
||||
# $(( ${#options[@]}+1 )) ) echo "Other!"; break;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue