Migrate some EEPROM config to info.json (#22434)
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
/* SPI Flash */
|
||||
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN C12
|
||||
#define WEAR_LEVELING_BACKING_SIZE (4 * 1024)
|
||||
|
||||
/* RGB Matrix */
|
||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
||||
|
||||
@@ -13,6 +13,13 @@
|
||||
"suspend_wakeup_delay": 1000
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"eeprom": {
|
||||
"driver": "wear_leveling",
|
||||
"wear_leveling": {
|
||||
"driver": "spi_flash",
|
||||
"backing_size": 4096
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"nkro": true,
|
||||
"encoder": true,
|
||||
|
||||
@@ -1 +1 @@
|
||||
WEAR_LEVELING_DRIVER = spi_flash
|
||||
# This file intentionally left blank
|
||||
|
||||
Reference in New Issue
Block a user