-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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
[Bug] rgb matrix Digital rain ignores RGB_MATRIX_MAXIMUM_BRIGHTNESS #16705
Comments
Can confirm. Not sure there is an easy way to fix this, but this line may be what needs to be modified:
setting that to the current val instead of 0xFF may work, but the other colors may not be correct. In fact, they may need to be calculated at run time. |
Yeah I tried these settings:
So that the constants have about the same ratio as originally.
|
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
The digital rain rgb matrix animation has its own hardcoded constants for maximum brightness, instead of using
RGB_MATRIX_MAXIMUM_BRIGHTNESS
, nor is checked it inrgb_matrix_set_color
that it calls.So it is checked nowhere, and leds are just set at brightnesses over the maximum set by
RGB_MATRIX_MAXIMUM_BRIGHTNESS
, which is potentially dangerous as it can lead to too much current drawn from the USB port.qmk doctor
output:The text was updated successfully, but these errors were encountered: