add gherkin sheild

This commit is contained in:
David Barr 2020-11-16 16:57:41 +00:00 committed by GitHub
parent 156553f608
commit a3636ffde0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,6 +115,8 @@ select opt in "${options[@]}" "Quit"; do
12 ) shield_title="TG4X" shield="tg4x"; split="n"; break;; 12 ) shield_title="TG4X" shield="tg4x"; split="n"; break;;
13 ) shield_title="QAZ" shield="qaz"; split="n"; break;; 13 ) shield_title="QAZ" shield="qaz"; split="n"; break;;
14 ) shield_title="NIBBLE" shield="nibble"; split="n"; break;; 14 ) shield_title="NIBBLE" shield="nibble"; split="n"; break;;
15 ) shield_title="Gherkin" shield="gerkin"; split="n"; break;;
# Add link to docs on adding your own custom shield in your ZMK config! # Add link to docs on adding your own custom shield in your ZMK config!
# $(( ${#options[@]}+1 )) ) echo "Other!"; break;; # $(( ${#options[@]}+1 )) ) echo "Other!"; break;;