fix(setup): Fix typo for split variable assignment
This commit is contained in:
parent
f0312092c7
commit
964b613e98
1 changed files with 1 additions and 1 deletions
2
docs/static/setup.sh
vendored
2
docs/static/setup.sh
vendored
|
@ -120,7 +120,7 @@ select opt in "${options[@]}" "Quit"; do
|
||||||
18 ) shield_title="Tidbit" shield="tidbit"; split="n" break;;
|
18 ) shield_title="Tidbit" shield="tidbit"; split="n" break;;
|
||||||
19 ) shield_title="Eek!" shield="eek"; split="n" break;;
|
19 ) shield_title="Eek!" shield="eek"; split="n" break;;
|
||||||
20 ) shield_title="BFO-9000" shield="bfo9000"; split="y"; break;;
|
20 ) shield_title="BFO-9000" shield="bfo9000"; split="y"; break;;
|
||||||
21 ) shield_title="Helix" shield="helix"; split"y"; break;;
|
21 ) shield_title="Helix" shield="helix"; split="y"; break;;
|
||||||
|
|
||||||
# Add link to docs on adding your own custom shield in your ZMK config!
|
# Add link to docs on adding your own custom shield in your ZMK config!
|
||||||
# $(( ${#options[@]}+1 )) ) echo "Other!"; break;;
|
# $(( ${#options[@]}+1 )) ) echo "Other!"; break;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue