diff options
author | Jay Greco <jayv.greco@gmail.com> | 2020-10-21 20:17:31 -0700 |
---|---|---|
committer | Jay Greco <jayv.greco@gmail.com> | 2020-10-27 12:44:59 -0700 |
commit | d90592aac5cec02da1959d7ede7ceccb5265f126 (patch) | |
tree | a6e1a9596c835dfb342e3356bc760dbe4aa7c2ed /docs/static/setup.sh | |
parent | 1522c91d73d7f35643986daa508dd7704a5f2798 (diff) |
Add NIBBLE shield
+ Added required files for nullbits NIBBLE
Diffstat (limited to 'docs/static/setup.sh')
-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 294e46e..cdd6bc4 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -114,6 +114,7 @@ select opt in "${options[@]}" "Quit"; do 11 ) shield_title="Microdox" shield="microdox"; split="y"; break;; 12 ) shield_title="TG4X" shield="tg4x"; split="n"; break;; 13 ) shield_title="QAZ" shield="qaz"; split="n"; break;; + 14 ) shield_title="NIBBLE" shield="nibble"; split="n"; break;; # Add link to docs on adding your own custom shield in your ZMK config! # $(( ${#options[@]}+1 )) ) echo "Other!"; break;; |