-
-
Notifications
You must be signed in to change notification settings - Fork 40.4k
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
Enable Support for more than 1 IS31FL3733 #9743
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The DZtech boards have only one 3733 and DRIVER_ADDR_2
is set to the same value as DRIVER_LED_1
, I assume because it doesn't compile without it being defined, even if it isn't used. I wonder if that breaks anything, and whether we should add checks to only run stuff for driver 2 when DRIVER_COUNT == 2
.
Also, this should probably target |
I would assume we would need checks for all our supported drivers then. i.e. 3731, 3733, 3736, 3737 and 3741 |
550bb6a
to
9d827f9
Compare
1d4c0cd
to
65c27a3
Compare
a1b96ba
to
3430907
Compare
For reference (non-comprehensive), the boards that use the 3733 controller are:
So the only boards that would need verification/change are the DZTech boards, the e6_rgb, (probably the K_TYPE), the kbdmini, and the gm862. The drop boards .... not sure |
Thank you for your contribution! |
Thank you for your contribution! |
Sorry about that, GitHub decided to delete the |
got a small merge conflict here. |
Closing in favour of #12342 |
Description
Enable a second IS31FL3733 in rgb_matrix as it is mostly already supported elsewhere in the code base.
Types of Changes
Issues Fixed or Closed by This PR
Checklist