Hi Guys,
is there any way to simulate the "profile change" button like it is possible in c++ with a keyboard event:
keybd_event(VK_KEY_A, 0, KEYEVENTF_EXTENDEDKEY | 0, 0); // Example with "A"
I would like to write a programm that is able to change the profile automatically, so that the color of my Challenger Ultimate changes from time to time.
Or is there maybe even a way to access the color of the leds directly?