diff options
author | Derek <dschmell91@gmail.com> | 2020-08-20 15:13:51 -0400 |
---|---|---|
committer | Derek <dschmell91@gmail.com> | 2020-08-20 15:13:51 -0400 |
commit | 94c7d27f04263b42669ae6d1777765ba811ed6bf (patch) | |
tree | be9026b4e6c7dedd44b29fb23f6d929f98b5a5e9 /docs | |
parent | 5bb01c802b792dd016b2cd091b0983806b658f43 (diff) |
Updated files as per request
Updated
Diffstat (limited to 'docs')
-rw-r--r-- | docs/static/setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/static/setup.sh b/docs/static/setup.sh index 45eccd6..e75b529 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -49,6 +49,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;; |