Skip to content
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

Would you consider RGB output (APA102 and WS2812B)? #115

Open
dglaude opened this issue Mar 6, 2024 · 1 comment
Open

Would you consider RGB output (APA102 and WS2812B)? #115

dglaude opened this issue Mar 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dglaude
Copy link

dglaude commented Mar 6, 2024

I have some board with RGB LED bellow the keys and that are (or can be) powered by RP2040. (things such as Pimoroni Keybow (3 keys) on top of a board with PiZero size RP2040 board)

Each key is a GPIO, so I can use hid-remapper to turn that into an input device.

I believe there are a few other mini keyboard with direct GPIO mapping and individually adressable RGB (either WS2812B require one pin or APA102 with two pin for clock and data).

I was wondering if you could support setting a color for such LED. It need to define the one or two pin, the number or LED, and then a way to set one LED to a 3 bytes value, maybe from the expression language.

This could be used for the RGB on the Adafruit "Feather RP2040 with USB Type A Host" (that is WS2812B aka Neopixel). But you can also imagine such RGB as CAPS/NUM/SCROL LOCK indicator.

@jfedor2 jfedor2 added the enhancement New feature or request label Mar 6, 2024
@OfficialEduardoLuna
Copy link

OfficialEduardoLuna commented May 11, 2024

Somewhat related: I am thinking about adding some sort of Razer RGB support. I have a Razer keyboard, and it is annoying to use the Razer Synapse software. And openRGB works, but I can't get it set up to automatically launch whenever my laptop is docked or taken out of sleep. A solution that does this through intermediate hardware rather than through an app on my computer would be awesome. For some reason, my keyboard will decide to forget lighting profiles. I need to manually set one every time I restart my computer. I had a batch file for this but that is also annoying because windows update breaks it all the time. I'm already using hid-remapper for a mouse, so I can just add my keyboard (if I figure out how to cobble together the openRGB implementation of the razer RGB protocol on top of hid-remapper).

That project is for sometime in the future. Coincidentally, I want to acquire a Pimoroni macropad so I may also look at this there. I can not promise that I will actually complete these projects though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants