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.ps1 | |
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.ps1')
-rw-r--r-- | docs/static/setup.ps1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/static/setup.ps1 b/docs/static/setup.ps1 index fac1732..89ead01 100644 --- a/docs/static/setup.ps1 +++ b/docs/static/setup.ps1 @@ -91,9 +91,9 @@ Write-Host "Keyboard Shield Selection:" $prompt = "Pick a keyboard"
# TODO: Add support for "Other" and linking to docs on adding custom shields in user config repos.
-$options = "Kyria", "Lily58", "Corne", "Splitreus62", "Sofle", "Iris", "Reviung41", "RoMac", "RoMac+", "makerdiary M60", "Microdox", "TG4X", "QAZ"
-$names = "kyria", "lily58", "corne", "splitreus62", "sofle", "iris", "reviung41", "romac", "romac_plus", "m60", "microdox", "tg4x", "qaz"
-$splits = "y", "y", "y", "y", "y", "y", "n", "n", "n", "n", "y", "n", "n"
+$options = "Kyria", "Lily58", "Corne", "Splitreus62", "Sofle", "Iris", "Reviung41", "RoMac", "RoMac+", "makerdiary M60", "Microdox", "TG4X", "QAZ", "NIBBLE"
+$names = "kyria", "lily58", "corne", "splitreus62", "sofle", "iris", "reviung41", "romac", "romac_plus", "m60", "microdox", "tg4x", "qaz", "nibble"
+$splits = "y", "y", "y", "y", "y", "y", "n", "n", "n", "n", "y", "n", "n", "n"
$choice = Get-Choice-From-Options -Options $options -Prompt $prompt
$shield_title = $($options[$choice])
|