diff options
| author | Joel Challis <git@zvecr.com> | 2025-09-29 20:26:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-29 20:26:47 +0100 |
| commit | 0a4c1caf204bd9750ef8af8296b2e225682b6029 (patch) | |
| tree | 50f21ec78bbd46ef851d19493d0cd758c6ce9bf1 /docs | |
| parent | 883465d9fb29cd793684ee0ac688ff3517cf8bc0 (diff) | |
Add DD {LED,RGB}_MATRIX_DEFAULT_FLAGS support (#25671)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/reference_info_json.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index e7cb8c31e8..91ab7f4577 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md | |||
| @@ -431,6 +431,9 @@ Configures the [LED Matrix](features/led_matrix) feature. | |||
| 431 | * `speed` <Badge type="info">Number</Badge> | 431 | * `speed` <Badge type="info">Number</Badge> |
| 432 | * The default animation speed. | 432 | * The default animation speed. |
| 433 | * Default: `128` | 433 | * Default: `128` |
| 434 | * `flags` <Badge type="info">Number</Badge> | ||
| 435 | * The default LED flags. | ||
| 436 | * Default: `255` | ||
| 434 | * `driver` <Badge type="info">String</Badge> <Badge>Required</Badge> | 437 | * `driver` <Badge type="info">String</Badge> <Badge>Required</Badge> |
| 435 | * The driver to use. Must be one of `custom`, `is31fl3218`, `is31fl3731`, `is31fl3733`, `is31fl3736`, `is31fl3737`, `is31fl3741`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`, `snled27351`. | 438 | * The driver to use. Must be one of `custom`, `is31fl3218`, `is31fl3731`, `is31fl3733`, `is31fl3736`, `is31fl3737`, `is31fl3741`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`, `snled27351`. |
| 436 | * `layout` <Badge type="info">Array: Object</Badge> <Badge>Required</Badge> | 439 | * `layout` <Badge type="info">Array: Object</Badge> <Badge>Required</Badge> |
| @@ -685,6 +688,9 @@ Configures the [RGB Matrix](features/rgb_matrix) feature. | |||
| 685 | * `speed` <Badge type="info">Number</Badge> | 688 | * `speed` <Badge type="info">Number</Badge> |
| 686 | * The default animation speed. | 689 | * The default animation speed. |
| 687 | * Default: `128` | 690 | * Default: `128` |
| 691 | * `flags` <Badge type="info">Number</Badge> | ||
| 692 | * The default LED flags. | ||
| 693 | * Default: `255` | ||
| 688 | * `driver` <Badge type="info">String</Badge> <Badge>Required</Badge> | 694 | * `driver` <Badge type="info">String</Badge> <Badge>Required</Badge> |
| 689 | * The driver to use. Must be one of `aw20216s`, `custom`, `is31fl3218`, `is31fl3236`, `is31fl3729`, `is31fl3731`, `is31fl3733`, `is31fl3736`, `is31fl3737`, `is31fl3741`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`, `snled27351`, `ws2812`. | 695 | * The driver to use. Must be one of `aw20216s`, `custom`, `is31fl3218`, `is31fl3236`, `is31fl3729`, `is31fl3731`, `is31fl3733`, `is31fl3736`, `is31fl3737`, `is31fl3741`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`, `snled27351`, `ws2812`. |
| 690 | * `hue_steps` <Badge type="info">Number</Badge> | 696 | * `hue_steps` <Badge type="info">Number</Badge> |
