Skip to content

Commit

Permalink
Update to CUESDK 3.0.355
Browse files Browse the repository at this point in the history
  • Loading branch information
intrueder committed Jul 22, 2020
1 parent 1fa390e commit a53c304
Show file tree
Hide file tree
Showing 5 changed files with 650 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CUESDK/include/CUESDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ extern "C"
CDT_CommanderPro = 6,
CDT_LightingNodePro = 7,
CDT_MemoryModule = 8,
CDT_Cooler = 9
CDT_Cooler = 9,
CDT_Motherboard = 10,
CDT_GraphicsCard = 11
};

enum CorsairPhysicalLayout // contains list of available physical layouts for keyboards.
Expand Down Expand Up @@ -119,7 +121,8 @@ extern "C"
CCDT_ML_Fan = 4,
CCDT_Strip = 5,
CCDT_DAP = 6,
CCDT_Pump = 7
CCDT_Pump = 7,
CCDT_QL_Fan = 8
};

enum CorsairDevicePropertyType
Expand Down
Loading

0 comments on commit a53c304

Please sign in to comment.