Logitech's LED Illumination SDK is not working with my G502
问题 I'm trying to get Logitech's own LED SDK working with my G502, but I can't. I'm using SDK version 8.82.7, which is, as of now, the most recent version. I also couldn't find anything on SO or the rest of the internet, so I'm asking here. Here's my LogitechGSDK.cs: using System; using System.Collections; using System.Runtime.InteropServices; namespace LogiRGB { public enum KeyboardNames { ESC = 0x01, F1 = 0x3b, F2 = 0x3c, F3 = 0x3d, F4 = 0x3e, F5 = 0x3f, F6 = 0x40, F7 = 0x41, F8 = 0x42, F9 =