diff options
author | Jamal Bouajjaj <develop@electro707.com> | 2022-06-22 21:16:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 02:16:39 +0100 |
commit | d3858585ac571e6aa41dba285a6dd4f95bc73aa2 (patch) | |
tree | 72fe1c9e1ee470dcd3de65739ed4dbc2472cdf30 /docs | |
parent | a0f857b7a2bbaced812083682faf8bab6c8e67b4 (diff) | |
download | qmk_firmware-d3858585ac571e6aa41dba285a6dd4f95bc73aa2.tar.gz qmk_firmware-d3858585ac571e6aa41dba285a6dd4f95bc73aa2.zip |
Added global current to all other issi drivers who don't have it (#17448)
Diffstat (limited to 'docs')
-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 9eaf63d710..247b77bcb1 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md @@ -86,6 +86,7 @@ You can use between 1 and 4 IS31FL3733 IC's. Do not specify `DRIVER_ADDR_<N>` de | `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 - IS31FL3733B 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 | | |