Enable de-ghosting for RGB matrix on the IS31L3733 #14281
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Currently RGB matrixes for the IS31L3733 have ghosting issues with the LEDs. Any LEDs used as indicators or just plain off in the matrix glow faintly which isn't ideal. I have added a option to be set in a keyboards
config.h
that allows for makers and users to enable the on-chip resistors for all of the drivers on the board so that this ghosting is eliminated.I have set the default value to allow for ghosting (0 ohm resistor) so as to stay backwards compatible and not cause power issues with older boards.
The datasheet recommends enabling the 32k ohm resistor as it is only on during the blanking time so there shouldn't be any dimming with the LEDs when they are on. If you want me to set that as the default (would make sense that you wouldn't want ghosting on the matrix) I can do that as well.
Types of Changes
Issues Fixed or Closed by This PR
None
Checklist