diff options
author | kurtis-lew <[email protected]> | 2020-09-02 20:53:14 -0700 |
---|---|---|
committer | kurtis-lew <[email protected]> | 2020-09-02 20:53:14 -0700 |
commit | 9b1fd1323f4fe4a812a08f0d6b762250f54d191f (patch) | |
tree | fb1f646ec3db31b65ef8e98d60df81f1ae80540c /docs/static | |
parent | 6e8f19028a58d5238aa75b3fef3551e2cedaebdc (diff) | |
download | zmk-9b1fd1323f4fe4a812a08f0d6b762250f54d191f.tar.gz zmk-9b1fd1323f4fe4a812a08f0d6b762250f54d191f.zip |
Update setup.sh
Diffstat (limited to 'docs/static')
-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 a32718d5dd..ad5416b711 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -52,6 +52,7 @@ select opt in "${options[@]}" "Quit"; do 3 ) shield_title="Corne" shield="corne"; split="y"; break;; 4 ) shield_title="Splitreus62" shield="splitreus62"; split="y"; break;; 5 ) shield_title="Sofle" shield="sofle"; split="y"; break;; + 6 ) shield_title="Iris" shield="iris"; split="y"; break;; # Add link to docs on adding your own custom shield in your ZMK config! # $(( ${#options[@]}+1 )) ) echo "Other!"; break;; |