diff options
author | ReFil <31960031+ReFil@users.noreply.github.com> | 2020-12-07 16:49:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 16:49:37 +0000 |
commit | b0c525df72fecc6a93d32df8e0b77dbf39fe0d64 (patch) | |
tree | 6ce01c08515454923c0198d364e841a61456339d /docs/static/setup.sh | |
parent | 328a797e0de88cbf609dc1e556b365746c490267 (diff) |
feat(shields): add CRBN shield
Co-authored-by: innovaker <66737976+innovaker@users.noreply.github.com>
PR: #483
Diffstat (limited to 'docs/static/setup.sh')
-rw-r--r-- | docs/static/setup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/static/setup.sh b/docs/static/setup.sh index 4360f2c..993cc2f 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -92,7 +92,7 @@ echo "" echo "Keyboard Shield Selection:" prompt="Pick an keyboard:" -options=("Kyria" "Lily58" "Corne" "Splitreus62" "Sofle" "Iris" "Reviung41" "RoMac" "RoMac+" "makerdiary M60" "Microdox" "TG4X" "QAZ" "Jorne" "Jian") +options=("Kyria" "Lily58" "Corne" "Splitreus62" "Sofle" "Iris" "Reviung41" "RoMac" "RoMac+" "makerdiary M60" "Microdox" "TG4X" "QAZ" "Jorne" "Jian" "CRBN") PS3="$prompt " # TODO: Add support for "Other" and linking to docs on adding custom shields in user config repos. @@ -117,6 +117,7 @@ select opt in "${options[@]}" "Quit"; do 14 ) shield_title="NIBBLE" shield="nibble"; split="n"; break;; 15 ) shield_title="Jorne" shield="jorne"; split="y"; break;; 16 ) shield_title="Jian" shield="jian"; split="y"; break;; + 17 ) shield_title="CRBN" shield="crbn"; split="n"; break;; # Add link to docs on adding your own custom shield in your ZMK config! # $(( ${#options[@]}+1 )) ) echo "Other!"; break;; |