Skip to content

Commit

Permalink
Merge pull request #78 from GeekyEggo/master
Browse files Browse the repository at this point in the history
feat: add new device types introduced in Stream Deck 6.6
  • Loading branch information
BarRaider authored Dec 11, 2024
2 parents 55d3cd4 + 33adca1 commit 3c89b61
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions barraider-sdtools/StreamDeckInfo/DeviceType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,15 @@ public enum DeviceType
/// Stream Deck+
/// </summary>
StreamDeckPlus = 7,

/// <summary>
/// SCUF Controller.
/// </summary>
SCUFController = 8,

/// <summary>
/// Stream Deck Neo.
/// </summary>
StreamDeckNeo = 9
}
}

0 comments on commit 3c89b61

Please sign in to comment.