arcadehid
arcadehid copied to clipboard
Pin actions
Feature request.
I got Buttons with leds and I would like to be able to attach the leds to pins and control them.
Example
Button A is a shift button and attached to pin 5. The LED for Button A is attached to pin 6. Button B is attached to pin 7 with the led on 8. Button C is on pin 9 and 10. Button A is used as a shift key. If button A is pressed, Button B should light up, as it is the only one that has a second function.
I hope that would not be too much trouble. Please tell me if I missed this feature and it already exists.
Hi, there's no such functionality in the code I studied and modified heavily for my own project. Adding it would be tricky and take a lot of testing. Additionally, there are bugs in the shift button code and I had to fix them.