Types/StreamDeck.Profile/get_ColumnCount.ps1

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