Move RGBLED_SPLIT
to data driven (#21113)
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
f91ca76c78
commit
c9cf9712aa
233 changed files with 309 additions and 191 deletions
|
@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define MASTER_RIGHT
|
||||
|
||||
//#define RGBLIGHT_SPLIT
|
||||
#define RGBLED_SPLIT {26, 26}
|
||||
#define RGBLED_NUM 52
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
#define RGB_MATRIX_LED_COUNT 52
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
"driver": "WS2812"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 150
|
||||
"max_brightness": 150,
|
||||
"split_count": [26, 26]
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B3", "B1", "F7", "F6", "F5", "F4"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue