1
0
Fork 0

Migrate RGB Matrix config to info.json - B (#22806)

This commit is contained in:
Joel Challis 2024-01-04 06:00:28 +00:00 committed by GitHub
parent 5267329caa
commit c412b7fc42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 429 additions and 760 deletions

View file

@ -2,10 +2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define RGB_MATRIX_LED_COUNT 54
#define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_ALPHAS_MODS
#define RGB_MATRIX_SLEEP
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
#define I2C_DRIVER I2CD1

View file

@ -54,6 +54,9 @@
"gradient_left_right": true,
"gradient_up_down": true
},
"default": {
"animation": "alphas_mods"
},
"max_brightness": 150,
"split_count": [27, 27],
"driver": "ws2812",
@ -112,7 +115,8 @@
{"matrix": [4, 0], "x": 0, "y": 7, "flags": 1},
{"matrix": [5, 0], "x": 0, "y": 24, "flags": 1},
{"matrix": [6, 0], "x": 0, "y": 41, "flags": 1}
]
],
"sleep": true
},
"community_layouts": ["split_3x6_3"],
"layouts": {