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

@@ -21,7 +21,6 @@
#ifdef RGBLIGHT_ENABLE
/* RGB Lighting config */
#define RGB_DI_PIN E2
#define RGBLED_NUM 24
/* RGB Lighting effect */

View File

@@ -20,6 +20,9 @@
"indicators": {
"caps_lock": "C7"
},
"ws2812": {
"pin": "E2"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {

View File

@@ -26,9 +26,6 @@
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
/* RGB Matrix config */
#define RGB_DI_PIN E6
/* RGB Matrix effect */
#define ENABLE_RGB_MATRIX_ALPHAS_MODS
#define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN

View File

@@ -13,6 +13,9 @@
"rows": ["B7", "B3", "B2", "F6", "F7"]
},
"diode_direction": "COL2ROW",
"ws2812": {
"pin": "E6"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {

View File

@@ -52,9 +52,6 @@
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
#define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS
/* RGB Matrix config */
#define RGB_DI_PIN C14
/* RGB Matrix effect */
#define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
#define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT

View File

@@ -8,6 +8,9 @@
"pid": "0x5104",
"device_version": "0.0.1"
},
"ws2812": {
"pin": "C14"
},
"matrix_pins": {
"cols": ["B15", "C6", "C7", "A3", "A1", "C3", "C1", "B14", "B13", "A9", "B3", "B4", "A0", "C11", "C4", "C0", "C2"],
"rows": ["C12", "C10", "A10", "A8", "C8", "C9"]

View File

@@ -23,7 +23,6 @@
#ifdef RGBLIGHT_ENABLE
/* RGB light pin */
#define RGB_DI_PIN F4
#define RGBLED_NUM 15
/* RGB light effect */

View File

@@ -8,6 +8,9 @@
"pid": "0x2434",
"device_version": "0.0.1"
},
"ws2812": {
"pin": "F4"
},
"matrix_pins": {
"cols": ["F5", "F6", "B1", "B3", "B2", "B6", "F7"],
"rows": ["D7", "E6", "B4", "B5", "D4", "C6", "D2", "D3"]