-
Notifications
You must be signed in to change notification settings - Fork 11
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
Multiple colors #25
Comments
Good idea, thanks for the input! It depends on the device if such an effect is supported. There's for example the starlight effect, which is similar to what you describe. But I don't know of any built-in effects that have multiple static colors. It's possible to do it with a chroma configurator (again, if the device supports it), see the attached screenshot. This seems kinda of clunky to achieve via a CLI though. I'll come back later with some more information. |
I tested the main Linux GUIs [1]:
The latter two have such a chroma configuration feature, I couldn't find it on polychromatic. |
Thanks for the quick response! I was thinking via CLI you could input multiple colors, and it would evenly distribute those to keys automatically 🤔 |
So more simple than the custom configuration? You'd supply for example three colors, and then these three colors are distributed statically evenly or randomly across the keys? That's also an interesting concept, could almost be a new type of effect. Maybe something like: |
I have done a quick implementation of this effect, with just random colors for now (#26). That can be extended to have the user specify multiple colors. It's actually quite pretty though with random colors! EDIT: Now multiple specified colors work as well. E.g. |
If this is what you had in mind @ThatOneCalculator, I'll merge #26 and create a new release. |
Wow, this looks cool! However, I was thinking something more like this: Where it could be evenly distributed in some sort of pattern like that. |
That should also be possible. I'll give it a shot tomorrow. |
Actually I don't know when I'll be able to do that. I'll merge the current version and any additional changes can be made at a later point. @ThatOneCalculator feel free to create a PR yourself. We'll track that in #27. |
Idea: add multiple colors in the cli, and spread them across keyboard rows/columns
The text was updated successfully, but these errors were encountered: