Migrate RGB Matrix config to info.json - RS (#22909)

This commit is contained in:
Joel Challis
2024-01-16 01:03:55 +00:00
committed by GitHub
parent de6ae3408c
commit a90b45e832
72 changed files with 839 additions and 1201 deletions

View File

@@ -3,11 +3,6 @@
#pragma once
/* RGB Matrix */
#define RGB_MATRIX_LED_COUNT 88
#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_MATRIX_DEFAULT_VAL 80
/* SPI Config for spi flash*/
#define SPI_DRIVER SPIDQ
#define SPI_SCK_PIN B3

View File

@@ -73,6 +73,9 @@
"splash": true,
"typing_heatmap": true
},
"default": {
"val": 80
},
"driver": "ws2812",
"layout": [
{"matrix": [5, 6], "x": 90, "y": 64, "flags": 4},
@@ -165,7 +168,8 @@
{"matrix": [4, 1], "x": 15, "y": 51, "flags": 4}
],
"max_brightness": 110,
"val_steps": 28
"val_steps": 28,
"sleep": true
},
"url": "",
"usb": {