diff options
author | krikun98 <krikun98@gmail.com> | 2020-11-05 23:45:26 +0300 |
---|---|---|
committer | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-11-17 16:23:39 +0000 |
commit | 3d030ec2abed9c8d48387e0002066c70bd5f085c (patch) | |
tree | d3899ac8eddbcbf28bb5f51793e868df1507536f /docs/static/setup.ps1 | |
parent | 9388b24e7a9ad2b6b4f3e66647c5278bf37de8b8 (diff) |
Jorne shield
Diffstat (limited to 'docs/static/setup.ps1')
-rw-r--r-- | docs/static/setup.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/static/setup.ps1 b/docs/static/setup.ps1 index 89ead01..bc5f30a 100644 --- a/docs/static/setup.ps1 +++ b/docs/static/setup.ps1 @@ -91,8 +91,8 @@ 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", "NIBBLE"
-$names = "kyria", "lily58", "corne", "splitreus62", "sofle", "iris", "reviung41", "romac", "romac_plus", "m60", "microdox", "tg4x", "qaz", "nibble"
+$options = "Kyria", "Lily58", "Corne", "Splitreus62", "Sofle", "Iris", "Reviung41", "RoMac", "RoMac+", "makerdiary M60", "Microdox", "TG4X", "QAZ", "NIBBLE", "Jorne"
+$names = "kyria", "lily58", "corne", "splitreus62", "sofle", "iris", "reviung41", "romac", "romac_plus", "m60", "microdox", "tg4x", "qaz", "nibble", "jorne"
$splits = "y", "y", "y", "y", "y", "y", "n", "n", "n", "n", "y", "n", "n", "n"
$choice = Get-Choice-From-Options -Options $options -Prompt $prompt
|