forked from mirror/qmk_firmware
Migrate RGB Matrix config to info.json - TUVW (#22910)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,3 @@
|
||||
|
||||
// EEPROM configuration
|
||||
#define EEPROM_SPI_MB85RS64V
|
||||
|
||||
// RGB configuration
|
||||
#define RGB_MATRIX_LED_COUNT 40
|
||||
|
||||
Reference in New Issue
Block a user