-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Dual RGB Matrix IS31FL3737 driver support to address #13442 #13457
Conversation
You have some merge conflicts here. You may need a rebase. |
There appears to be 2 chibios files caught up in my PR if I look at files changed. These are not part of this PR but I'm not sure if a problem or how to fix. |
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.
There appears to be 2 chibios files caught up in my PR if I look at files changed. These are not part of this PR but I'm not sure if a problem or how to fix.
While not your intention, they are currently considered "part of this PR" and need to be reverted before the PR can be merged.
I imagine the submodules point to whats currently on master, rather than develop.
All comments actioned and I believe rebase'd to development correctly now. |
rebase to upstream/develop. Should not longer have merge conflicts |
Still has changes to the submodules (lib/*). You may need to rebase to fix it. |
This should now have no merge conflicts with sub-modules and all comments addressed |
make git-submodule seems to have fixed merge conflicts. |
@zvecr - are any further updates required for this PR. (This is my first PR and I am learning the process). |
Thanks! |
Description
Enables Dual RGB Matrix IS31FL3737 driver support. Is fully backward compatible and will not break existing keyboard configs.
Types of Changes
Issues Fixed or Closed by This PR
Checklist