aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Challis2025-09-29 21:26:47 +0200
committerGitHub2025-09-29 21:26:47 +0200
commit0a4c1caf204bd9750ef8af8296b2e225682b6029 (patch)
tree50f21ec78bbd46ef851d19493d0cd758c6ce9bf1 /docs
parent883465d9fb29cd793684ee0ac688ff3517cf8bc0 (diff)
Add DD {LED,RGB}_MATRIX_DEFAULT_FLAGS support (#25671)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference_info_json.md6
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.
* `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>
@@ -685,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>