diff options
| author | Joel Challis | 2025-06-27 09:17:45 +0200 |
|---|---|---|
| committer | GitHub | 2025-06-27 09:17:45 +0200 |
| commit | a1a5869ef871937c2ae7646ab639c4f5ffe59355 (patch) | |
| tree | 47a06e55c839aa10f7f8c5e84f28318ad3b4831a /docs/reference_info_json.md | |
| parent | bc5c5e3251d019f3e070d7ea9e5c77501b25738d (diff) | |
Add MATRIX_MASKED DD config (#25383)
Diffstat (limited to 'docs/reference_info_json.md')
| -rw-r--r-- | docs/reference_info_json.md | 3 |
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. * `io_delay` <Badge type="info">Number</Badge> * The amount of time to wait between row/col selection and col/row pin reading, in microseconds. * Default: `30` (30 µs) + * `masked` <Badge type="info">Boolean</Badge> + * Whether configured intersections should be ignored. + * Default: `false` * `rows` <Badge type="info">Array: Pin</Badge> * A list of GPIO pins connected to the matrix rows. * Example: `["B0", "B1", "B2"]` |