diff options
| author | Ryan <fauxpark@gmail.com> | 2024-04-28 00:36:54 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-28 00:36:54 +1000 |
| commit | 0ff53b24984e88f385638e47ea076b4d2945c0c6 (patch) | |
| tree | 73c0e43df640c132507cb146447adfb7d0ed4b49 /data/schemas | |
| parent | 8f8fffc1740be81fbfe4a07a74e9f03962c1062a (diff) | |
Rename `RGBW` define to `WS2812_RGBW` (#23585)
Diffstat (limited to 'data/schemas')
| -rw-r--r-- | data/schemas/keyboard.jsonschema | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 585c64777f..de01809b43 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema | |||
| @@ -661,7 +661,10 @@ | |||
| 661 | "$ref": "qmk.definitions.v1#/mcu_pin", | 661 | "$ref": "qmk.definitions.v1#/mcu_pin", |
| 662 | "$comment": "Deprecated: use ws2812.pin instead" | 662 | "$comment": "Deprecated: use ws2812.pin instead" |
| 663 | }, | 663 | }, |
| 664 | "rgbw": {"type": "boolean"}, | 664 | "rgbw": { |
| 665 | "type": "boolean", | ||
| 666 | "$comment": "Deprecated: use ws2812.rgbw instead" | ||
| 667 | }, | ||
| 665 | "saturation_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"}, | 668 | "saturation_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"}, |
| 666 | "sleep": {"type": "boolean"}, | 669 | "sleep": {"type": "boolean"}, |
| 667 | "split": {"type": "boolean"}, | 670 | "split": {"type": "boolean"}, |
| @@ -937,6 +940,7 @@ | |||
| 937 | "enum": ["bitbang", "custom", "i2c", "pwm", "spi", "vendor"] | 940 | "enum": ["bitbang", "custom", "i2c", "pwm", "spi", "vendor"] |
| 938 | }, | 941 | }, |
| 939 | "pin": {"$ref": "qmk.definitions.v1#/mcu_pin"}, | 942 | "pin": {"$ref": "qmk.definitions.v1#/mcu_pin"}, |
| 943 | "rgbw": {"type": "boolean"}, | ||
| 940 | "i2c_address": {"$ref": "qmk.definitions.v1#/hex_number_2d"}, | 944 | "i2c_address": {"$ref": "qmk.definitions.v1#/hex_number_2d"}, |
| 941 | "i2c_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"} | 945 | "i2c_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"} |
| 942 | } | 946 | } |
