diff --git a/README.md b/README.md
index 20e344e..7a785c2 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,9 @@ Introducing our new [wiki](https://github.com/BarRaider/streamdeck-tools/wiki) p
# Change Log
+### Version 6.3
+- Support for new Stream Deck types
+
### Version 6.2
- Support for .NET 8.0
diff --git a/barraider-sdtools/StreamDeckInfo/DeviceType.cs b/barraider-sdtools/StreamDeckInfo/DeviceType.cs
index 02fc565..f54ef8e 100644
--- a/barraider-sdtools/StreamDeckInfo/DeviceType.cs
+++ b/barraider-sdtools/StreamDeckInfo/DeviceType.cs
@@ -40,7 +40,7 @@ public enum DeviceType
StreamDeckPedal = 5,
///
- /// Corsair CUE SDK (?)
+ /// Corsair CUE SDK
///
CorsairCueSDK = 6,
diff --git a/barraider-sdtools/barraider-sdtools.csproj b/barraider-sdtools/barraider-sdtools.csproj
index d86b64d..49d91f1 100644
--- a/barraider-sdtools/barraider-sdtools.csproj
+++ b/barraider-sdtools/barraider-sdtools.csproj
@@ -9,17 +9,17 @@ This library encapsulates all the overhead of setting up the framework, so that
[Samples for using the library are provided here: https://github.com/BarRaider/streamdeck-tools]
Using this library, you only need to derive from the abstract PluginBase class and add one line of code in your program.cs to have a working plugin. More info and working samples here: https://github.com/BarRaider/streamdeck-tools .
Feel free to contact me for more information: https://barraider.com
- Copyright © BarRaider 2024
+ Copyright © BarRaider 2025
https://github.com/BarRaider/streamdeck-tools/blob/master/LICENSE
https://github.com/BarRaider/streamdeck-tools
https://github.com/BarRaider/streamdeck-tools
StreamDeck Elgato Library Plugin Stream Deck Toolkit
StreamDeck-Tools
- 6.2
- 6.2
- 6.2
- 6.2 - Added support for .NET 8.0
+ 6.3
+ 6.3
+ 6.3
+ 6.3 - Support for new Stream Deck types
BarRaider.SdTools
StreamDeckTools
BRLogo_460.png
diff --git a/barraider-sdtools/streamdeck-tools.xml b/barraider-sdtools/streamdeck-tools.xml
index 0bce986..8578611 100644
--- a/barraider-sdtools/streamdeck-tools.xml
+++ b/barraider-sdtools/streamdeck-tools.xml
@@ -2068,7 +2068,7 @@
- Corsair CUE SDK (?)
+ Corsair CUE SDK
@@ -2076,6 +2076,16 @@
Stream Deck+
+
+
+ SCUF Controller.
+
+
+
+
+ Stream Deck Neo.
+
+
Holds general information on the StreamDeck App we're communicating with