Migrate RGB Matrix config to info.json (#23000)

This commit is contained in:
Joel Challis 2024-02-14 00:55:39 +00:00 committed by GitHub
parent 974e98ce59
commit 7be40fd143
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 323 additions and 342 deletions

View file

@ -23,5 +23,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND
#define IS31FL3733_PWM_FREQUENCY IS31FL3733_PWM_FREQUENCY_26K7_HZ
#define RGB_MATRIX_LED_COUNT 62

View file

@ -82,10 +82,9 @@ const is31fl3733_led_t PROGMEM g_is31fl3733_leds[IS31FL3733_LED_COUNT] = {
{ 0, B_16, A_16, C_16 } //D464
};
#define XXX NO_LED
led_config_t g_led_config = {
{
#define XXX NO_LED
{ 0, 2, 4, 6, 8, 10, 12 },
{ 1, 3, 5, 7, 9, 11, XXX },
{ 14, 16, 18, 20, 22, 24, 26 },