-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #5
Comments
Just examples would be a beginning. Multiple examples. |
If you want examples :
|
Is there a way to know which index in the array maps to which key? By adding a pause after changing the color of each key I found that it changes the keys roughly in columns, and roughly from left to right but not strictly in that order, with the function, cursor etc. keys randomly thrown in between. |
I'm not sure what you mean by this. If i understood correctly, there are in general two ways of identifying LEDs:
Hope that helps. |
openRgbClient.UpdateLeds takes an array of colors. But there is nothing to indicate which element of the array corresponds to which key. For example for my keyboard, index 0 does nothing, index 1 is the ~/` key, index 2 is TAB... so I would like something that maps e.g. TILDE to 1, TAB to 2 etc. |
It's difficult to use this library without documentation.
Can you made one ?
The text was updated successfully, but these errors were encountered: