From a3636ffde0f20da66dcf36b8a3f3c74aa6c25073 Mon Sep 17 00:00:00 2001 From: David Barr Date: Mon, 16 Nov 2020 16:57:41 +0000 Subject: [PATCH] add gherkin sheild --- docs/static/setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/static/setup.sh b/docs/static/setup.sh index cdd6bc47..5f7adbef 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -115,6 +115,8 @@ select opt in "${options[@]}" "Quit"; do 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;; + 15 ) shield_title="Gherkin" shield="gerkin"; split="n"; break;; + # Add link to docs on adding your own custom shield in your ZMK config! # $(( ${#options[@]}+1 )) ) echo "Other!"; break;;