diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-10-27 15:57:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 15:57:28 -0400 |
commit | f3153b17d293466160c03f7cb618a2be939c55f7 (patch) | |
tree | bc411639d9d4ad197ee6ce6976051356c82fa148 /docs/static/setup.sh | |
parent | 3b9caaaf907d67dc76daa0db074aac6a8efec02a (diff) | |
parent | 8a98212a02a3a6304a1f275450264f46a60d011b (diff) |
Merge pull request #292 from nullbitsco/nullbitsco_nibble
Add zmk_kscan_gpio_demux kscan driver & NIBBLE keyboard
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;; |