Types/StreamDeck.Profile/get_RowCount.ps1
1 2 3 4 5 6 7 8 |
switch ($this.DeviceName) { StreamDeckXL { 4 } StreamDeckMini { 2 } StreamDeckMobile { 3 } StreamDeck { 3 } 'Corsair G6 Keyboard' { 6 } } |