fix: Fix incorrect numbering in setup script
Co-authored-by: Ryan C <r.cross@lancaster.ac.uk>
This commit is contained in:
parent
40eed6c359
commit
6d12d6ee84
1 changed files with 1 additions and 1 deletions
2
docs/static/setup.sh
vendored
2
docs/static/setup.sh
vendored
|
@ -121,7 +121,7 @@ select opt in "${options[@]}" "Quit"; do
|
|||
19 ) shield_title="Eek!" shield="eek"; split="n" break;;
|
||||
20 ) shield_title="BFO-9000" shield="bfo9000"; split="y"; break;;
|
||||
21 ) shield_title="Helix" shield="helix"; split="y"; break;;
|
||||
21 ) shield_title="Dactyl Manuform 4x5" shield="dactyl_manuform_4x5"; split="y"; break;;
|
||||
22 ) shield_title="Dactyl Manuform 4x5" shield="dactyl_manuform_4x5"; 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
Reference in a new issue