diff options
author | Kurtis Lew <[email protected]> | 2020-09-02 20:57:42 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-02 20:57:42 -0700 |
commit | f738fd7a670994bfbe20601a4de9a64cd98020ad (patch) | |
tree | 3ddf55913d986cc934d4dace8d76f271317558f1 /docs/static | |
parent | 9b1fd1323f4fe4a812a08f0d6b762250f54d191f (diff) | |
download | zmk-f738fd7a670994bfbe20601a4de9a64cd98020ad.tar.gz zmk-f738fd7a670994bfbe20601a4de9a64cd98020ad.zip |
Update setup.sh
Diffstat (limited to 'docs/static')
-rw-r--r-- | docs/static/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/static/setup.sh b/docs/static/setup.sh index ad5416b711..70defdf65d 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -38,7 +38,7 @@ echo "" echo "Keyboard Shield Selection:" prompt="Pick an keyboard:" -options=("Kyria" "Lily58" "Corne" "Splitreus62" "Sofle") +options=("Kyria" "Lily58" "Corne" "Splitreus62" "Sofle" "Iris") PS3="$prompt " # TODO: Add support for "Other" and linking to docs on adding custom shields in user config repos. |