From 6d12d6ee84c48efcdf2705b68b55347d0f5d1ee1 Mon Sep 17 00:00:00 2001 From: Nathaniel <314009+nathanielks@users.noreply.github.com> Date: Mon, 12 Apr 2021 10:37:26 -0500 Subject: [PATCH] fix: Fix incorrect numbering in setup script Co-authored-by: Ryan C --- docs/static/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/setup.sh b/docs/static/setup.sh index c3697d4e..633697f3 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -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;;