Add vendor string to RGBController API and update all controllers with vendor information, add vendor to device information page
This commit is contained in:
parent
35fd4e2aae
commit
09a9a5c257
69 changed files with 131 additions and 41 deletions
|
|
@ -15,6 +15,7 @@ RGBController_NZXTKraken::RGBController_NZXTKraken(NZXTKrakenController* nzxtkra
|
|||
nzxtkraken = nzxtkraken_ptr;
|
||||
|
||||
name = "NZXT Kraken X/M";
|
||||
vendor = "NZXT";
|
||||
type = DEVICE_TYPE_COOLER;
|
||||
description = "NZXT Kraken X42/X52/X62/X72/M22";
|
||||
version = nzxtkraken->GetFirmwareVersion();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue