1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

Updated corsair for SDK 3.0.464

This commit is contained in:
Darth Affe 2022-07-17 12:05:34 +02:00
parent abbab09289
commit 293ddac47b
2 changed files with 3 additions and 2 deletions

View File

@ -21,5 +21,5 @@ public enum CorsairChannelDeviceType
Pump = 7,
FanQL = 8,
WaterBlock = 9,
FanSPPRO = 10
EightLedSeriesFan = 10
};

View File

@ -22,5 +22,6 @@ public enum CorsairDeviceType
MemoryModule = 8,
Cooler = 9,
Mainboard = 10,
GraphicsCard = 11
GraphicsCard = 11,
Touchbar = 12
};