Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin (#20303)

This commit is contained in:
Ryan
2023-04-06 18:00:54 +10:00
committed by GitHub
parent 71c22a12db
commit 47966dc2a6
2600 changed files with 4027 additions and 1909 deletions

View File

@@ -27,7 +27,6 @@
"processor": "STM32F401",
"rgblight": {
"led_count": 21,
"pin": "B5",
"animations": {
"alternating": true,
"breathing": true,
@@ -41,6 +40,9 @@
"twinkle": true
}
},
"ws2812": {
"pin": "B5"
},
"url": "https://www.github.com/Cipulot/EC23U",
"usb": {
"device_version": "0.0.1",

View File

@@ -24,7 +24,6 @@
"processor": "STM32F401",
"rgblight": {
"led_count": 22,
"pin": "B14",
"animations": {
"alternating": true,
"breathing": true,
@@ -38,6 +37,9 @@
"twinkle": true
}
},
"ws2812": {
"pin": "B14"
},
"url": "https://www.github.com/Cipulot/EC-Pro-2",
"usb": {
"device_version": "0.0.1",

View File

@@ -24,7 +24,6 @@
"processor": "STM32F401",
"rgblight": {
"led_count": 22,
"pin": "B12",
"animations": {
"alternating": true,
"breathing": true,
@@ -38,6 +37,9 @@
"twinkle": true
}
},
"ws2812": {
"pin": "B12"
},
"url": "https://www.github.com/Cipulot/EC-Pro-X",
"usb": {
"device_version": "0.0.1",

View File

@@ -24,7 +24,6 @@
"processor": "STM32F401",
"rgblight": {
"led_count": 22,
"pin": "B12",
"animations": {
"alternating": true,
"breathing": true,
@@ -38,6 +37,9 @@
"twinkle": true
}
},
"ws2812": {
"pin": "B12"
},
"url": "https://www.github.com/Cipulot/EC-Pro-X",
"usb": {
"device_version": "0.0.1",

View File

@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
/* Lightbar pin and LED count definitions*/
#define RGB_DI_PIN D0
#define RGBLED_NUM 13
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD

View File

@@ -8,6 +8,9 @@
"pid": "0x6B7A",
"device_version": "0.0.1"
},
"ws2812": {
"pin": "D0"
},
"matrix_pins": {
"cols": ["F5", "F6", "C6", "B6", "B5", "B4", "D7", "D6", "D4", "D5", "D3", "F7", "D2", "D1", "B7"],
"rows": ["B3", "B2", "F0", "C7", "F4", "F1"]

View File

@@ -28,7 +28,6 @@
"processor": "STM32F401",
"rgblight": {
"led_count": 22,
"pin": "A15",
"animations": {
"alternating": true,
"breathing": true,
@@ -42,6 +41,9 @@
"twinkle": true
}
},
"ws2812": {
"pin": "A15"
},
"url": "https://www.github.com/Cipulot/RF_R1_8-9Xu",
"usb": {
"device_version": "0.0.1",