Migrate WEAR_LEVELING_*_SIZE to info.json (#22010)
This commit is contained in:
parent
36b4e290c8
commit
00feff656f
58 changed files with 89 additions and 120 deletions
|
@ -22,7 +22,8 @@
|
|||
"eeprom": {
|
||||
"driver": "wear_leveling",
|
||||
"wear_leveling": {
|
||||
"driver": "spi_flash"
|
||||
"driver": "spi_flash",
|
||||
"backing_size": 2048
|
||||
}
|
||||
},
|
||||
"processor": "WB32F3G71",
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
/* External spi flash */
|
||||
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN B14
|
||||
#define WEAR_LEVELING_BACKING_SIZE 2048
|
||||
|
||||
/* SPI Config for LED Driver */
|
||||
#define SPI_DRIVER SPIDQ
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
"eeprom": {
|
||||
"driver": "wear_leveling",
|
||||
"wear_leveling": {
|
||||
"driver": "spi_flash"
|
||||
"driver": "spi_flash",
|
||||
"backing_size": 2048
|
||||
}
|
||||
},
|
||||
"processor": "WB32F3G71",
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#define RGB_MATRIX_LED_COUNT 31
|
||||
|
||||
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN B6
|
||||
#define WEAR_LEVELING_BACKING_SIZE 2048
|
||||
|
||||
#define ENABLE_RGB_MATRIX_ALPHAS_MODS
|
||||
#define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
|
||||
|
|
|
@ -11,7 +11,8 @@
|
|||
"eeprom": {
|
||||
"driver": "wear_leveling",
|
||||
"wear_leveling": {
|
||||
"driver": "spi_flash"
|
||||
"driver": "spi_flash",
|
||||
"backing_size": 2048
|
||||
}
|
||||
},
|
||||
"encoder": {
|
||||
|
|
|
@ -19,7 +19,8 @@
|
|||
"eeprom": {
|
||||
"driver": "wear_leveling",
|
||||
"wear_leveling": {
|
||||
"driver": "spi_flash"
|
||||
"driver": "spi_flash",
|
||||
"backing_size": 2048
|
||||
}
|
||||
},
|
||||
"encoder": {
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
/* External spi flash */
|
||||
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN B12
|
||||
#define WEAR_LEVELING_BACKING_SIZE 2048
|
||||
|
||||
/* SPI Config for LED Driver */
|
||||
#define SPI_DRIVER SPIDQ
|
||||
|
|
|
@ -19,7 +19,8 @@
|
|||
"eeprom": {
|
||||
"driver": "wear_leveling",
|
||||
"wear_leveling": {
|
||||
"driver": "spi_flash"
|
||||
"driver": "spi_flash",
|
||||
"backing_size": 2048
|
||||
}
|
||||
},
|
||||
"encoder": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue