|
|
@ -78,9 +78,9 @@ Write-Host "Keyboard Shield Selection:" |
|
|
|
$prompt = "Pick a keyboard" |
|
|
|
$prompt = "Pick a keyboard" |
|
|
|
|
|
|
|
|
|
|
|
# TODO: Add support for "Other" and linking to docs on adding custom shields in user config repos. |
|
|
|
# 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", "makerdiary M60" |
|
|
|
$options = "Kyria", "Lily58", "Corne", "Splitreus62", "Sofle", "Iris", "RoMac", "makerdiary M60", "Microdox" |
|
|
|
$names = "kyria", "lily58", "corne", "splitreus62", "sofle", "iris", "romac", "m60" |
|
|
|
$names = "kyria", "lily58", "corne", "splitreus62", "sofle", "iris", "romac", "m60", "microdox" |
|
|
|
$splits = "y", "y", "y", "y", "y", "y", "n", "n" |
|
|
|
$splits = "y", "y", "y", "y", "y", "y", "n", "n", "y" |
|
|
|
|
|
|
|
|
|
|
|
$choice = Get-Choice-From-Options -Options $options -Prompt $prompt |
|
|
|
$choice = Get-Choice-From-Options -Options $options -Prompt $prompt |
|
|
|
$shield_title = $($options[$choice]) |
|
|
|
$shield_title = $($options[$choice]) |
|
|
|