-
Notifications
You must be signed in to change notification settings - Fork 69
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
Led color mode #28
Comments
It is possible to do this using official software? |
In the official software, almost nothing can be done about the LED backlight, there are only 3 modes that are ugly and in 1 color, but in the product photos, etc. there is normally one color on all LEDs. |
Same issue here. I have a 3+1 and a 12+3. The latter has a rudimentary program that works better than the one for the former, but either one doesn't let any LED customization beyond a few presets. |
Hello, Many thanks for your time it took to write it! However today I decided to search around for any thing new and stumbled upon a recently updated reddit post that had a link to a different software for this type of keyboards that is . . . well , kind of better. Sad to say. However Its not a opensource software. But it controls the LED's fine. |
Hi! I have a 3x1 with 1 knob KB and the firmware you sent works ok, but it still doesn't solve my LED problem, can you set the backlight to solid 1 color with this? Because I have so that they are the same ugly modes as in other software and nothing else. In addition, "The Newest Software" which is recommended on that page shows that my device is "Device Disconnect" and only the older ones work for me. |
Hello. All three of the software linked on that page work for mine, the newest one was the best. Just a user like your self I found new info about the keyboard and thought the info would help others. So i posted it here. |
I could have sworn that I could set individual LED colors with the 'factory software' on the 3x1. I was just looking into this as we 'type'. (also, looking into key-based layer switching, which I thought was in the official firmware too, but might be confusing with another media-pad I have) |
The other software linked, seems to be the same software just skinned differently. Chinese manufacturers do have a tendency to copy open source repos and reskin them as an exclusive software. An example would be from LeleLabs, Leleconsole which is a ~2019 fork from QMK. Could be we just need to find the original that they all cloned for ch57 |
I had the same issue with the "Newest software" where my 3x2+1 is also stuck at "Device Disconnect". |
Unfortunately I don't have keyboard with LED to experiment with. |
Hey @kriomant, I have a keyboard with LED, and I'm interested in working on this, I captured some messages sent from the “official” software to the keyboard, but that still didn't help much. Can you share a little of your approach to this project? Like how you found the correct bytes to send to the keyboard and so on? If I find a way, I can open a PR here. |
I use WireShark with USBPcap (https://wiki.wireshark.org/CaptureSetup/USB#windows) to trace what official software does. |
i have a fix for this as well. 5 different LED modes with 7 color options (red, orange, yellow, green, cyan, blue, and purple) @kriomant there are a lot of changes and i went down the rabbit hole with some :). it might be easier to push my changes to a repository and you can pick/choose what you want to add in vice a huge pull request. |
Yep, give me link to your repo, I'll look. |
here is the link: https://github.com/kamaaina/macropad_tool i made some significant changes, so please take a look. off the top of my head, here are some things that were fixed
|
I managed to set all the buttons well, but I can't set a solid color on each LED, just some ugly modes where I don't know how to change colors too. Can someone write a command that sets all LEDs to solid white or purple?
The text was updated successfully, but these errors were encountered: