Skip to content

Commit

Permalink
Updated corsair cue sdk to 2.10.91 from 13.03.2017
Browse files Browse the repository at this point in the history
  • Loading branch information
MartB committed Jun 9, 2017
1 parent dad6042 commit 6a904f7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 3rdparty/inc/CUESDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern "C"
CPL_Zones1 = 6,
CPL_Zones2 = 7,
CPL_Zones3 = 8,
CPL_Zones4 = 9, // valid values for mouse
CPL_Zones4 = 9 // valid values for mouse
};

enum CorsairLogicalLayout // contains list of available logical layouts for keyboards
Expand Down Expand Up @@ -60,7 +60,7 @@ extern "C"
enum CorsairDeviceCaps // contains list of device capabilities
{
CDC_None = 0, // for devices that do not support any SDK functions
CDC_Lighting = 1 // for devices that has controlled lighting
CDC_Lighting = 1 // for devices that has controlled lighting
};

enum CorsairAccessMode // contains list of available SDK access modes
Expand Down
29 changes: 28 additions & 1 deletion 3rdparty/inc/CorsairLedIdEnum.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,17 @@ enum CorsairLedId
CLK_International5 = 145,
CLK_International4 = 146,
CLK_Fn = 147,

CLM_1 = 148,
CLM_2 = 149,
CLM_3 = 150,
CLM_4 = 151,

CLH_LeftLogo = 152,
CLH_RightLogo = 153,

CLK_Logo = 154,

CLMM_Zone1 = 155,
CLMM_Zone2 = 156,
CLMM_Zone3 = 157,
Expand All @@ -173,5 +177,28 @@ enum CorsairLedId
CLMM_Zone14 = 168,
CLMM_Zone15 = 169,

CLI_Last = CLMM_Zone15
CLKLP_Zone1 = 170,
CLKLP_Zone2 = 171,
CLKLP_Zone3 = 172,
CLKLP_Zone4 = 173,
CLKLP_Zone5 = 174,
CLKLP_Zone6 = 175,
CLKLP_Zone7 = 176,
CLKLP_Zone8 = 177,
CLKLP_Zone9 = 178,
CLKLP_Zone10 = 179,
CLKLP_Zone11 = 180,
CLKLP_Zone12 = 181,
CLKLP_Zone13 = 182,
CLKLP_Zone14 = 183,
CLKLP_Zone15 = 184,
CLKLP_Zone16 = 185,
CLKLP_Zone17 = 186,
CLKLP_Zone18 = 187,
CLKLP_Zone19 = 188,

CLM_5 = 189,
CLM_6 = 190,

CLI_Last = CLM_6
};

0 comments on commit 6a904f7

Please sign in to comment.