Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN E2
|
||||
#define RGB_MATRIX_LED_COUNT 69
|
||||
# define RGBLED_NUM 69
|
||||
# define RGB_MATRIX_KEYPRESSES
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0xEF8C",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E2"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7"],
|
||||
"rows": ["B0", "B1", "B2", "B3", "E6"]
|
||||
|
@@ -18,7 +18,6 @@
|
||||
//rgb light setting
|
||||
#define RGBLIGHT_LIMIT_VAL 150
|
||||
#define RGBLED_NUM 6
|
||||
#define RGB_DI_PIN F0
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x1121",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "F0"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B2", "B3", "B7", "B0", "B1", "F7", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7"],
|
||||
"rows": ["E6", "D2", "D3", "D5", "F6"]
|
||||
|
Reference in New Issue
Block a user