Types/StreamDeck.Profile/get_DeviceSize.ps1

1
2
3
4
5
6
7
8
9
10
switch ($this.DeviceName) {
    StreamDeckXL { 4,8 }
    StreamDeckMini { 2,3 }
    StreamDeckMobile { 3,5 }
    StreamDeck { 3,5 }
    'Corsair G6 Keyboard' { 6,1 }
}