Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 16,
|
||||
"pin": "E2",
|
||||
"hue_steps": 10,
|
||||
"saturation_steps": 17,
|
||||
"brightness_steps": 17,
|
||||
@@ -43,6 +42,9 @@
|
||||
"twinkle": true
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_arisu": {
|
||||
"layout": [
|
||||
|
@@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN E2
|
||||
# define RGBLED_NUM 8
|
||||
//# define RGBLIGHT_HUE_STEP 8
|
||||
//# define RGBLIGHT_SAT_STEP 8
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x7901",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E2"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F4", "F5", "F6", "F7", "D4", "D5", "D3", "D2"],
|
||||
"rows": ["F1", "F0", "B7", "B0", "B6", "B5", "D7", "B4", "D6"]
|
||||
|
Reference in New Issue
Block a user