diff --git a/RGB.NET.Core/Devices/RGBDeviceType.cs b/RGB.NET.Core/Devices/RGBDeviceType.cs index 3880189..a5580c2 100644 --- a/RGB.NET.Core/Devices/RGBDeviceType.cs +++ b/RGB.NET.Core/Devices/RGBDeviceType.cs @@ -76,7 +76,7 @@ namespace RGB.NET.Core /// /// Represents a fan. /// - Fan = 1 << 1, + Fan = 1 << 11, /// /// Represents all devices.