Migrate some EEPROM config to info.json (#22434)

This commit is contained in:
Joel Challis
2023-11-13 22:30:19 +00:00
committed by GitHub
parent de3c42125b
commit 1efc79063c
29 changed files with 74 additions and 38 deletions

View File

@@ -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

View File

@@ -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,

View File

@@ -1 +1 @@
WEAR_LEVELING_DRIVER = spi_flash
# This file intentionally left blank