apollo icon indicating copy to clipboard operation
apollo copied to clipboard

firmware: implement new LED scheme

Open mndza opened this issue 1 year ago • 1 comments

Adds the new led_event call to allow board-defined behavior.

Merge #49 first. Fixes #39.

mndza avatar May 02 '24 08:05 mndza

@mndza You asked about the name led_event() and, after some thought, I think that using "status" or "indicator" might be better than "LED" for naming the parts of this that aren't directly tied to LEDs. In the future we might use other methods such as a USB vendor request to retrieve status information and/or indicate that status to the user, particularly for platforms that have fewer LEDs.

mossmann avatar May 06 '24 19:05 mossmann