diff options
| author | Ryan <fauxpark@gmail.com> | 2023-04-06 18:00:54 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 18:00:54 +1000 |
| commit | 47966dc2a65c88ac90fcd64d12243d72f3f6753b (patch) | |
| tree | d2f54974c74f66bf11565a64381ea8834f49d481 /keyboards/cxt_studio | |
| parent | 71c22a12db58c71952a12df6bbe445f6f9a4e858 (diff) | |
Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)
Diffstat (limited to 'keyboards/cxt_studio')
| -rw-r--r-- | keyboards/cxt_studio/config.h | 1 | ||||
| -rw-r--r-- | keyboards/cxt_studio/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/cxt_studio/config.h b/keyboards/cxt_studio/config.h index 82a60de39b..5c60daad9d 100644 --- a/keyboards/cxt_studio/config.h +++ b/keyboards/cxt_studio/config.h | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | #pragma once | 4 | #pragma once |
| 5 | 5 | ||
| 6 | #define RGB_MATRIX_LED_COUNT 12 | 6 | #define RGB_MATRIX_LED_COUNT 12 |
| 7 | #define RGB_DI_PIN F7 | ||
| 8 | 7 | ||
| 9 | #define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_TYPING_HEATMAP | 8 | #define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_TYPING_HEATMAP |
| 10 | 9 | ||
diff --git a/keyboards/cxt_studio/info.json b/keyboards/cxt_studio/info.json index 35e8031819..0c0dba55da 100644 --- a/keyboards/cxt_studio/info.json +++ b/keyboards/cxt_studio/info.json | |||
| @@ -14,6 +14,9 @@ | |||
| 14 | "encoder": true, | 14 | "encoder": true, |
| 15 | "rgb_matrix": true | 15 | "rgb_matrix": true |
| 16 | }, | 16 | }, |
| 17 | "ws2812": { | ||
| 18 | "pin": "F7" | ||
| 19 | }, | ||
| 17 | "matrix_pins": { | 20 | "matrix_pins": { |
| 18 | "cols": ["D4", "D7", "B4", "B5"], | 21 | "cols": ["D4", "D7", "B4", "B5"], |
| 19 | "rows": ["C7", "C6", "D6", "F4"] | 22 | "rows": ["C7", "C6", "D6", "F4"] |
