diff options
author | Joel Challis <git@zvecr.com> | 2023-06-02 02:45:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 02:45:48 +0100 |
commit | aa33fb00fdba2d7b1e0f4197c2e6b78755b171e9 (patch) | |
tree | 57bc05a20db3ca44a06ace24dc6bc3c07db3eaf3 /data/schemas | |
parent | 25c16b3adeb15466d75691162763ce062b2c6e64 (diff) |
Revert "Add *_MATRIX_LED_COUNT generation/validation (#19515)" (#21109)
This reverts commit 25c16b3adeb15466d75691162763ce062b2c6e64.
Diffstat (limited to 'data/schemas')
-rw-r--r-- | data/schemas/keyboard.jsonschema | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index f196e4467d..ba4a7eec55 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -372,7 +372,6 @@ } }, "driver": {"type": "string"}, - "led_count": {"$ref": "qmk.definitions.v1#/unsigned_int"}, "center_point": { "type": "array", "minItems": 2, @@ -424,7 +423,6 @@ } }, "driver": {"type": "string"}, - "led_count": {"$ref": "qmk.definitions.v1#/unsigned_int"}, "center_point": { "type": "array", "minItems": 2, |