Skip to content

Commit 3c89b61

Browse files
authored
Merge pull request #78 from GeekyEggo/master
feat: add new device types introduced in Stream Deck 6.6
2 parents 55d3cd4 + 33adca1 commit 3c89b61

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

barraider-sdtools/StreamDeckInfo/DeviceType.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,15 @@ public enum DeviceType
4848
/// Stream Deck+
4949
/// </summary>
5050
StreamDeckPlus = 7,
51+
52+
/// <summary>
53+
/// SCUF Controller.
54+
/// </summary>
55+
SCUFController = 8,
56+
57+
/// <summary>
58+
/// Stream Deck Neo.
59+
/// </summary>
60+
StreamDeckNeo = 9
5161
}
5262
}

0 commit comments

Comments
 (0)