diff options
| author | zvecr | 2025-12-01 23:07:33 +0100 |
|---|---|---|
| committer | zvecr | 2025-12-01 23:07:33 +0100 |
| commit | b315b707e60f86d79d34bcb7a15084468117c1a1 (patch) | |
| tree | 7bbdc5f5d703c28310b4751dd3db280d8f55a6bd /docs/reference_info_json.md | |
| parent | e2bf515df4c51c4d2e3b442d23e52d6d43f7f726 (diff) | |
| parent | e10429baae2a4b3ffec67fe31a5e1ac3212817f0 (diff) | |
Merge branch 'develop'
Diffstat (limited to 'docs/reference_info_json.md')
| -rw-r--r-- | docs/reference_info_json.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index 84377ef36c..91ab7f4577 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md @@ -415,6 +415,9 @@ Configures the [LED Matrix](features/led_matrix) feature. * `center_point` <Badge type="info">Array: Number</Badge> * The centroid (geometric center) of the LEDs. Used for certain effects. * Default: `[112, 32]` + * `flag_steps` <Badge type="info">Array: Number</Badge> + * A list of flag bitfields that can be cycled through. + * Default: `[255, 5, 0]` * `default` * `animation` <Badge type="info">String</Badge> * The default effect. Must be one of `led_matrix.animations` @@ -428,6 +431,9 @@ Configures the [LED Matrix](features/led_matrix) feature. * `speed` <Badge type="info">Number</Badge> * The default animation speed. * Default: `128` + * `flags` <Badge type="info">Number</Badge> + * The default LED flags. + * Default: `255` * `driver` <Badge type="info">String</Badge> <Badge>Required</Badge> * The driver to use. Must be one of `custom`, `is31fl3218`, `is31fl3731`, `is31fl3733`, `is31fl3736`, `is31fl3737`, `is31fl3741`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`, `snled27351`. * `layout` <Badge type="info">Array: Object</Badge> <Badge>Required</Badge> @@ -660,6 +666,9 @@ Configures the [RGB Matrix](features/rgb_matrix) feature. * `center_point` <Badge type="info">Array: Number</Badge> * The centroid (geometric center) of the LEDs. Used for certain effects. * Default: `[112, 32]` + * `flag_steps` <Badge type="info">Array: Number</Badge> + * A list of flag bitfields that can be cycled through. + * Default: `[255, 5, 2, 0]` * `default` * `animation` <Badge type="info">String</Badge> * The default effect. Must be one of `rgb_matrix.animations` @@ -679,6 +688,9 @@ Configures the [RGB Matrix](features/rgb_matrix) feature. * `speed` <Badge type="info">Number</Badge> * The default animation speed. * Default: `128` + * `flags` <Badge type="info">Number</Badge> + * The default LED flags. + * Default: `255` * `driver` <Badge type="info">String</Badge> <Badge>Required</Badge> * The driver to use. Must be one of `aw20216s`, `custom`, `is31fl3218`, `is31fl3236`, `is31fl3729`, `is31fl3731`, `is31fl3733`, `is31fl3736`, `is31fl3737`, `is31fl3741`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`, `snled27351`, `ws2812`. * `hue_steps` <Badge type="info">Number</Badge> |