1
0

Migrate RGB Matrix config to info.json - TUVW (#22910)

This commit is contained in:
Joel Challis
2024-01-16 01:16:31 +00:00
committed by GitHub
parent e30d0e5287
commit e1f59a6efc
38 changed files with 465 additions and 801 deletions

View File

@@ -14,9 +14,6 @@
#endif // SERIAL_USART_SPEED
// RGB configuration
#define RGB_MATRIX_LED_COUNT 84
#define RGB_MATRIX_SPLIT \
{ 42, 42 }
#define RGB_POWER_ENABLE_PIN B1
#define RGB_CURR_1500mA_OK_PIN B0
#define RGB_CURR_3000mA_OK_PIN C5

View File

@@ -97,6 +97,7 @@
{"flags": 4, "matrix": [6, 4], "x": 120, "y": 30},
{"flags": 4, "matrix": [6, 5], "x": 94, "y": 30},
{"flags": 4, "matrix": [6, 6], "x": 68, "y": 30}
]
],
"split_count": [42, 42]
}
}

View File

@@ -17,9 +17,6 @@
#define SERIAL_USART_FULL_DUPLEX
// RGB configuration
#define RGB_MATRIX_LED_COUNT 86
#define RGB_MATRIX_SPLIT \
{ 43, 43 }
#define RGB_POWER_ENABLE_PIN B0
#define RGB_CURR_1500mA_OK_PIN C5
#define RGB_CURR_3000mA_OK_PIN C4

View File

@@ -98,6 +98,7 @@
{"flags": 4, "matrix": [6, 4], "x": 120, "y": 30},
{"flags": 4, "matrix": [6, 5], "x": 94, "y": 30},
{"flags": 4, "matrix": [6, 6], "x": 68, "y": 30}
]
],
"split_count": [43, 43]
}
}

View File

@@ -9,6 +9,3 @@
// EEPROM configuration
#define EEPROM_SPI_MB85RS64V
// RGB configuration
#define RGB_MATRIX_LED_COUNT 40