![]() |
|
Register | Forum Rules | Support Ticket System | Members List | Social Groups | Edit System Specs | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
#1
|
|||
|
|||
![]()
Is there a way to release an LED back to CUE? The SDK documentation states that setting an LED's color sets it til it's changed, but I'm not seeing any way to release it back to CUE.
Thanks. |
#2
|
||||
|
||||
![]()
No, as far as I know there is no way to do this, except of shutting down the SDK-using application.
|
#3
|
|||
|
|||
![]()
Thanks for the reply. Any idea if this is a technical limitation or just how they have it programmed? Doesn't make much sense to me that it works this way, but I don't claim to understand the hardware at all.
|
#4
|
||||
|
||||
![]()
I can't see a technical limitation so maybe they'll implement it later.
PS: There was already a small discussion about this here http://forum.corsair.com/v3/showthread.php?t=152036 |
#5
|
||||
|
||||
![]()
This would be a useful feature in the SDK. I thought I just couldn't figure out how to do it :P
__________________
K95 and K70 RGB keyboard cover mod! Make your own :D Glorious Build Log - Atom14 K95 RGB [SDK Project] Binary Clock |
#6
|
|||
|
|||
![]()
Yeah, I realized this when making a program to light up the Caps Lock key when Caps is on, but I couldn't disable the light back into the CUE effects.
|
#7
|
|||
|
|||
![]()
I realize the thread is old but it might be valuable to know that it is possible to sort of release all keys without reinit the SDK, by calling CorsairSetLayerPriority with a value less than 127 when you want CUE to have priority and above when you want to override CUE. I'm using that to change lighting when certain keys are held to highlight shortcuts in certain apps, I then set lower priority when the key is released to revert to CUE's lighting.
The SDK could use that feature thou as it is sort of there already when assigning keys to a layer in CUE. Maybe interpreting a CorsairLedColor with -1 in one or more channels as "unset", it's backward compatible too. Edit: Also you might want to store the previous key color before changing it so that you can set it back later, it would work if only static layers are used in CUE. Last edited by kyis; 11-26-2017 at 11:15 AM. |
Thread Tools | Search this Thread |
Display Modes | Rate This Thread |
|
|