diff options
author | Jamal Bouajjaj <develop@electro707.com> | 2022-06-19 17:32:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-19 14:32:37 -0700 |
commit | 2bddffeaecb885a32d071c744764f3af4ad15646 (patch) | |
tree | e4c6e92e8df20de18e9e28ee5b86f784b7702636 /docs/feature_rgb_matrix.md | |
parent | 4e3db51e9287f690e8ddaff5c61531f02aa4d8e1 (diff) |
IS31FL3737 Global Current Setting (#17420)
Diffstat (limited to 'docs/feature_rgb_matrix.md')
-rw-r--r-- | docs/feature_rgb_matrix.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md index ec67e32078..2e88ae4727 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md @@ -172,6 +172,7 @@ Configure the hardware via your `config.h`: | `ISSI_TIMEOUT` | (Optional) How long to wait for i2c messages, in milliseconds | 100 | | `ISSI_PERSISTENCE` | (Optional) Retry failed messages this many times | 0 | | `ISSI_PWM_FREQUENCY` | (Optional) PWM Frequency Setting - IS31FL3737B only | 0 | +| `ISSI_GLOBALCURRENT` | (Optional) Configuration for the Global Current Register | 0xFF | | `ISSI_SWPULLUP` | (Optional) Set the value of the SWx lines on-chip de-ghosting resistors | PUR_0R (Disabled) | | `ISSI_CSPULLUP` | (Optional) Set the value of the CSx lines on-chip de-ghosting resistors | PUR_0R (Disabled) | | `DRIVER_COUNT` | (Required) How many RGB driver IC's are present | | |