-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
RGB Underglow improvements #65
Comments
Are any of these tasks currently being worked on? |
The only one currently being worked on is |
Cool! I want to try to implement the layer functionality, but I’ll probably convert hsb_to_rgb to integers first since that looks like an easy one. |
I've been working on converting hsb_to_rgb using integers. How worried are we if the conversion means numbers may round differently during the conversion process? I'm noticing a few of the rgb values produced with the function I'm working on are off by 1 compared to the old function. |
How complex would it be to support pwm RGB with this underglow behavior? Currently in my .conf file, I have this:
In the keyboard.dtsi file:
In kconfig.defconfig I have:
In keyboard_left.overlay I have:
Is it possible to assign separate values for each color with the current state of ZMK? |
Here are a list of improvements still to be made to RGB underglow:
hsb_to_rgb
to use integers instead of floats to improve performance(?)The text was updated successfully, but these errors were encountered: