Questions tagged [logitech-led-illumination-sdk]

7 questions
2
votes
2 answers

How do I set up Logitech's LED Illumination SDK with Java?

When a make a simple test program with Logitech's LED SDK and run it, I get an UnsatisfiedLinkError with the message: C:\Users\cwa38\AppData\Local\Temp\LogitechLedJNI.dll4587977834410494064: Can't find dependent libraries What I have done so…
Charlie Armstrong
  • 2,332
  • 3
  • 13
  • 25
2
votes
0 answers

How can I link a lib file library with CMake in Clion

I would like to add the Logitech SDK to configure the LEDs on my keyboard. I'm new to C++ and I've looked at some tutorials but nothing worked. The library I need to add has a . lib extension. With my current configuration, Clion doesn't detect any…
1
vote
1 answer

Logitech LED Illumination SDK Permanent Color change

I have a simple console application that mutes the microphone. I'd like to change the color of a single key when this application runs once. Once it ran and the microphone is muted, color of the key changes. Once it ran again, and the microphone is…
0
votes
0 answers

How can I do a Lua script for GHUB in order to switch my keyboard's lightning once my pc goes in stand by mode?

I have recently bought a new logitech keyboard and I want it to change lights whenever my pc goes in stand by mode... I have seen that you can assign scripts to your light profiles in GHUB but these scripts have to be written in Lua and I do'nt know…
0
votes
0 answers

Change Color of Key using LUA on Logitech G Keyboard

Is it possible to change the key color of Keys using LUA scripts on Logitech G Keyboard. I want a specific Color for each G-Key depending on the M-Profile.
0
votes
1 answer

How to change color keys on a Logitech keyboard (g915)?

At first I wanted to set up my Logitech keyboard (g915) to have interactive lightning. For example, changing the color of one key during the cooldown of the spell linked to the key, or just turn off the "numlock" key when the numpad is locked. But…
-1
votes
1 answer

How to setup Logitech's LED Illumination SDK with C#

I am trying to setup the Logitech LED SDK in order to create a script that allows to change backlight of specific keys. However when I follow the instructions given in the documentation I get the following ERROR: error CS0103: The name…