summaryrefslogtreecommitdiff
path: root/docs/reference_info_json.md
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-09-27 16:11:28 +1000
committerGitHub <noreply@github.com>2023-09-27 16:11:28 +1000
commitd58f85e09e7e1048beb4ccb6e678adad866f96fb (patch)
treee00d635a04821260fc284b034f10773efecb9496 /docs/reference_info_json.md
parent288c2313fe3b705a07166971210e91a33bb1add4 (diff)
is31fl3733: complete LED Matrix support (#22149)
Diffstat (limited to 'docs/reference_info_json.md')
-rw-r--r--docs/reference_info_json.md2
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.
329 * The centroid (geometric center) of the LEDs. Used for certain effects. 329 * The centroid (geometric center) of the LEDs. Used for certain effects.
330 * Default: `[112, 32]` 330 * Default: `[112, 32]`
331 * `driver` (Required) 331 * `driver` (Required)
332 * The driver to use. Must be one of `ckled2001`, `custom`, `is31fl3218`, `is31fl3731`, `is31fl3736`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`. 332 * The driver to use. Must be one of `ckled2001`, `custom`, `is31fl3218`, `is31fl3731`, `is31fl3733`, `is31fl3736`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`.
333 * `layout` (Required) 333 * `layout` (Required)
334 * List of LED configuration dictionaries. Each dictionary contains: 334 * List of LED configuration dictionaries. Each dictionary contains:
335 * `flags` (Required) 335 * `flags` (Required)