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

usb serial rgb control? #4644

Closed
acme64 opened this issue Dec 14, 2018 · 12 comments
Closed

usb serial rgb control? #4644

acme64 opened this issue Dec 14, 2018 · 12 comments

Comments

@acme64
Copy link

acme64 commented Dec 14, 2018

I requested if the guys at the aurora-project (https://github.com/antonpup/Aurora) could support QMK firmware, they mentioned you guys would need USB serial RGB control support? does that sounds accurate?

@drashna
Copy link
Member

drashna commented Dec 14, 2018

Well, the ZealPC boards actually support "RAW HID" for this, and can be controlled computer side, in theory.

Though, QMK already has support for a virtual serial port, but not rgb control over it.

So, I suppose it's entirely possible.

@helluvamatt
Copy link
Contributor

I've had a look at the Aurora source code. They're a WPF app that communicates with devices through native VC++ "wrapper" DLLs.

One would have to write a wrapper DLL to communicate with QMK through some RAW HID protocol.

Any device with support for the RGB Matrix component could be adapted to use the RAW HID protocol to set LEDs. I've got code for the Massdrop CTRL in my ctrl_matt branch.

@DavidCerrone
Copy link

I currently have this implemented for my macro keyboard with the accompanying WPF app. It will be open sourced an PR'd into the QMK repo when the development is complete. You can check out the product here. This includes settings RGB and macro settings via the app.

@VCJames
Copy link

VCJames commented Jun 1, 2019

DavidCerrone - I have some STM32 chips out for delivery right now and have been researching reverse engineering popular keyboard RGB protocols like Corsair - cannot thank you enough for your efforts.

e/clarification: was wanting to RE a Corsair board for adding HID RAW effects to QMK, but working with helper apps like Artemis or Aurora makes this way easier.

@stale
Copy link

stale bot commented Nov 21, 2019

This issue has been automatically marked as resolved because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs.

@stale stale bot added the solved label Nov 21, 2019
@stale stale bot removed the solved label Nov 21, 2019
@wanildopneto
Copy link

So... Has there been any progress by now?

@shawnz
Copy link

shawnz commented Sep 20, 2020

I feel like there is a big need right now for a common, open protocol for controlling RGB lighting effects over USB. It seems like QMK is in the perfect position to provide that and it would be a big selling point for this firmware. Please consider adding this feature to the base distribution

@harrismirza
Copy link

Would MIDI not work for this? I'm new to QMK so I'm not sure if it supports being both a keyboard and a MIDI device at the same time, but if it is possible then you could use Midi input, you can send 2 bytes of data per standard message, which is restrictive, but there is also SysEx messages which AFAIK don't have a set maximum size.

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs.
For maintainers: Please label with bug, in progress, on hold, discussion or to do to prevent the issue from being re-flagged.

@github-actions github-actions bot added stale Issues or pull requests that have become inactive without resolution. and removed stale Issues or pull requests that have become inactive without resolution. labels Jun 17, 2022
@mxmilkiib
Copy link

It would be nice if this discussion continued

@tzarc
Copy link
Member

tzarc commented Jun 18, 2022

#11567.

@zvecr
Copy link
Member

zvecr commented Aug 28, 2022

Closing in favour of the above XAP ticket.

@zvecr zvecr closed this as completed Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests