diff options
author | Ryan <fauxpark@gmail.com> | 2023-09-17 22:11:16 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-17 22:11:16 +1000 |
commit | 1ea54a2d8da9e64e5a2c1fd882a13058523b50bc (patch) | |
tree | f76a5092995ae9a3440729135765625f50684f09 /docs | |
parent | 32126dc4f01142dbc61f52c9d225bb53faf2d12c (diff) |
Complete RGB Matrix support for IS31FL3218 (#22004)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference_info_json.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index 9030c99aa6..c8cb72101e 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md @@ -530,7 +530,7 @@ Configures the [RGB Matrix](feature_rgb_matrix.md) feature. * The centroid (geometric center) of the LEDs. Used for certain effects. * Default: `[112, 32]` * `driver` (Required) - * The driver to use. Must be one of `aw20216s`, `ckled2001`, `custom`, `is31fl3731`, `is31fl3733`, `is31fl3736`, `is31fl3737`, `is31fl3741`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`, `ws2812`. + * The driver to use. Must be one of `aw20216s`, `ckled2001`, `custom`, `is31fl3218`, `is31fl3731`, `is31fl3733`, `is31fl3736`, `is31fl3737`, `is31fl3741`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`, `ws2812`. * `hue_steps` * The number of hue adjustment steps. * Default: `8` |