TeXitoi / keyberon

A rust crate to create a pure rust keyboard firmware.
MIT License
1.08k stars 79 forks source link

Add function to get the underlying leds object. #45

Closed dkm closed 3 years ago

dkm commented 3 years ago

Can be used when the led controler is shared for both the status led and other custom actions.

dkm commented 3 years ago

I had to do this in order to make correct use of the leds on my keyboard (https://github.com/dkm/pouetpouet-board ). Not sure this is wanted in main code base, feel free to reject it if you think this is not a good thing and I should have designed my hw differently :)

TeXitoi commented 3 years ago

Same, changelog please. In v0.2.0, but in a new feature section, as that's not a breaking change.

TeXitoi commented 3 years ago

Thanks