summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2025-06-27 08:17:45 +0100
committerGitHub <noreply@github.com>2025-06-27 08:17:45 +0100
commita1a5869ef871937c2ae7646ab639c4f5ffe59355 (patch)
tree47a06e55c839aa10f7f8c5e84f28318ad3b4831a /docs
parentbc5c5e3251d019f3e070d7ea9e5c77501b25738d (diff)
Add MATRIX_MASKED DD config (#25383)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference_info_json.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md
index a64f2992b5..71d1c5c865 100644
--- a/docs/reference_info_json.md
+++ b/docs/reference_info_json.md
@@ -480,6 +480,9 @@ Configures the [LED Matrix](features/led_matrix) feature.
480 * `io_delay` <Badge type="info">Number</Badge> 480 * `io_delay` <Badge type="info">Number</Badge>
481 * The amount of time to wait between row/col selection and col/row pin reading, in microseconds. 481 * The amount of time to wait between row/col selection and col/row pin reading, in microseconds.
482 * Default: `30` (30 µs) 482 * Default: `30` (30 µs)
483 * `masked` <Badge type="info">Boolean</Badge>
484 * Whether configured intersections should be ignored.
485 * Default: `false`
483 * `rows` <Badge type="info">Array: Pin</Badge> 486 * `rows` <Badge type="info">Array: Pin</Badge>
484 * A list of GPIO pins connected to the matrix rows. 487 * A list of GPIO pins connected to the matrix rows.
485 * Example: `["B0", "B1", "B2"]` 488 * Example: `["B0", "B1", "B2"]`