diff options
author | Jay Greco <jayv.greco@gmail.com> | 2020-10-21 20:17:31 -0700 |
---|---|---|
committer | Jay Greco <jayv.greco@gmail.com> | 2020-10-27 12:44:59 -0700 |
commit | d90592aac5cec02da1959d7ede7ceccb5265f126 (patch) | |
tree | a6e1a9596c835dfb342e3356bc760dbe4aa7c2ed /docs/static/setup.ps1 | |
parent | 1522c91d73d7f35643986daa508dd7704a5f2798 (diff) |
Add NIBBLE shield
+ Added required files for nullbits NIBBLE
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])
|