From a1a5869ef871937c2ae7646ab639c4f5ffe59355 Mon Sep 17 00:00:00 2001
From: Joel Challis
Date: Fri, 27 Jun 2025 08:17:45 +0100
Subject: Add MATRIX_MASKED DD config (#25383)
---
docs/reference_info_json.md | 3 +++
1 file changed, 3 insertions(+)
(limited to 'docs/reference_info_json.md')
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` Number
* The amount of time to wait between row/col selection and col/row pin reading, in microseconds.
* Default: `30` (30 µs)
+ * `masked` Boolean
+ * Whether configured intersections should be ignored.
+ * Default: `false`
* `rows` Array: Pin
* A list of GPIO pins connected to the matrix rows.
* Example: `["B0", "B1", "B2"]`
--
cgit v1.2.3