summaryrefslogtreecommitdiff
path: root/docs/static/setup.sh
diff options
context:
space:
mode:
authorJay Greco <jayv.greco@gmail.com>2020-10-21 20:17:31 -0700
committerJay Greco <jayv.greco@gmail.com>2020-10-27 12:44:59 -0700
commitd90592aac5cec02da1959d7ede7ceccb5265f126 (patch)
treea6e1a9596c835dfb342e3356bc760dbe4aa7c2ed /docs/static/setup.sh
parent1522c91d73d7f35643986daa508dd7704a5f2798 (diff)
Add NIBBLE shield
+ Added required files for nullbits NIBBLE
Diffstat (limited to 'docs/static/setup.sh')
-rw-r--r--docs/static/setup.sh1
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;;