Add NIBBLE shield

+ Added required files for nullbits NIBBLE
This commit is contained in:
Jay Greco
2020-10-21 20:17:31 -07:00
parent 1522c91d73
commit d90592aac5
8 changed files with 109 additions and 3 deletions

View File

@@ -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;;