diff options
author | Ryan <fauxpark@gmail.com> | 2023-09-27 16:11:28 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 16:11:28 +1000 |
commit | d58f85e09e7e1048beb4ccb6e678adad866f96fb (patch) | |
tree | e00d635a04821260fc284b034f10773efecb9496 /docs | |
parent | 288c2313fe3b705a07166971210e91a33bb1add4 (diff) |
is31fl3733: complete LED Matrix support (#22149)
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 55de09f3c7..6a79b11b34 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md @@ -329,7 +329,7 @@ Configures the [LED Matrix](feature_led_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 `ckled2001`, `custom`, `is31fl3218`, `is31fl3731`, `is31fl3736`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`. + * The driver to use. Must be one of `ckled2001`, `custom`, `is31fl3218`, `is31fl3731`, `is31fl3733`, `is31fl3736`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`. * `layout` (Required) * List of LED configuration dictionaries. Each dictionary contains: * `flags` (Required) |