summaryrefslogtreecommitdiff
path: root/docs/static/setup.ps1
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-10-13 19:46:02 -0400
committerPete Johanson <peter@peterjohanson.com>2020-10-13 19:46:02 -0400
commit43c900f94a9394bc09bdfc646bfd3f42f947d927 (patch)
tree6357755c7c00b9fa78213308cc7d61eeefc2c812 /docs/static/setup.ps1
parentb193e5b1bc20199672fc16b40b34a7a6b3fc56b1 (diff)
feat: Add qaz to setup scripts.
Diffstat (limited to 'docs/static/setup.ps1')
-rw-r--r--docs/static/setup.ps16
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/static/setup.ps1 b/docs/static/setup.ps1
index 1686be2..5ebd376 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", "RoMac", "RoMac+", "makerdiary M60", "Microdox", "TG4X"
-$names = "kyria", "lily58", "corne", "splitreus62", "sofle", "iris", "romac", "romac_plus", "m60", "microdox", "tg4x"
-$splits = "y", "y", "y", "y", "y", "y", "n", "n", "n", "y", "n"
+$options = "Kyria", "Lily58", "Corne", "Splitreus62", "Sofle", "Iris", "RoMac", "RoMac+", "makerdiary M60", "Microdox", "TG4X", "QAZ"
+$names = "kyria", "lily58", "corne", "splitreus62", "sofle", "iris", "romac", "romac_plus", "m60", "microdox", "tg4x", "qaz"
+$splits = "y", "y", "y", "y", "y", "y", "n", "n", "n", "y", "n", "n"
$choice = Get-Choice-From-Options -Options $options -Prompt $prompt
$shield_title = $($options[$choice])