diff options
| author | Ryan <fauxpark@gmail.com> | 2023-10-04 20:10:05 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-04 20:10:05 +1100 |
| commit | c0f16be50fec33cdb30386ac512efb900f3f7470 (patch) | |
| tree | 93bb5024f5ff32f81e86d3bf4ea4ff243e239c35 /docs/reference_info_json.md | |
| parent | 24a795d7a96722239be3a969201200602208aeb2 (diff) | |
Rename CKLED2001 driver to SNLED27351 (#22071)
Diffstat (limited to 'docs/reference_info_json.md')
| -rw-r--r-- | docs/reference_info_json.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index 7e5f11b7a7..f31d3c4a2f 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md | |||
| @@ -329,7 +329,7 @@ Configures the [LED Matrix](feature_led_matrix.md) feature. | |||
| 329 | * The centroid (geometric center) of the LEDs. Used for certain effects. | 329 | * The centroid (geometric center) of the LEDs. Used for certain effects. |
| 330 | * Default: `[112, 32]` | 330 | * Default: `[112, 32]` |
| 331 | * `driver` (Required) | 331 | * `driver` (Required) |
| 332 | * The driver to use. Must be one of `ckled2001`, `custom`, `is31fl3218`, `is31fl3731`, `is31fl3733`, `is31fl3736`, `is31fl3737`, `is31fl3741`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`. | 332 | * The driver to use. Must be one of `custom`, `is31fl3218`, `is31fl3731`, `is31fl3733`, `is31fl3736`, `is31fl3737`, `is31fl3741`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`, `snled27351`. |
| 333 | * `layout` (Required) | 333 | * `layout` (Required) |
| 334 | * List of LED configuration dictionaries. Each dictionary contains: | 334 | * List of LED configuration dictionaries. Each dictionary contains: |
| 335 | * `flags` (Required) | 335 | * `flags` (Required) |
| @@ -542,7 +542,7 @@ Configures the [RGB Matrix](feature_rgb_matrix.md) feature. | |||
| 542 | * The centroid (geometric center) of the LEDs. Used for certain effects. | 542 | * The centroid (geometric center) of the LEDs. Used for certain effects. |
| 543 | * Default: `[112, 32]` | 543 | * Default: `[112, 32]` |
| 544 | * `driver` (Required) | 544 | * `driver` (Required) |
| 545 | * The driver to use. Must be one of `aw20216s`, `ckled2001`, `custom`, `is31fl3218`, `is31fl3731`, `is31fl3733`, `is31fl3736`, `is31fl3737`, `is31fl3741`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`, `ws2812`. | 545 | * The driver to use. Must be one of `aw20216s`, `custom`, `is31fl3218`, `is31fl3731`, `is31fl3733`, `is31fl3736`, `is31fl3737`, `is31fl3741`, `is31fl3742a`, `is31fl3743a`, `is31fl3745`, `is31fl3746a`, `snled27351`, `ws2812`. |
| 546 | * `hue_steps` | 546 | * `hue_steps` |
| 547 | * The number of hue adjustment steps. | 547 | * The number of hue adjustment steps. |
| 548 | * Default: `8` | 548 | * Default: `8` |
