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 /data/schemas/keyboard.jsonschema | |
| parent | bc5c5e3251d019f3e070d7ea9e5c77501b25738d (diff) | |
Add MATRIX_MASKED DD config (#25383)
Diffstat (limited to 'data/schemas/keyboard.jsonschema')
| -rw-r--r-- | data/schemas/keyboard.jsonschema | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 3aa259605e..13ceec5afa 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -473,6 +473,7 @@ "ghost": {"type": "boolean"}, "input_pressed_state": {"$ref": "./definitions.jsonschema#/unsigned_int"}, "io_delay": {"$ref": "./definitions.jsonschema#/unsigned_int"}, + "masked": {"type": "boolean"}, "direct": { "type": "array", "items": {"$ref": "./definitions.jsonschema#/mcu_pin_array"} |