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

@@ -25,7 +25,6 @@
/* External spi flash */
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN B14
#define WEAR_LEVELING_BACKING_SIZE (8 * 1024)
/* SPI Config for LED Driver */
#define SPI_DRIVER SPIDQ

View File

@@ -7,6 +7,13 @@
"matrix": [1, 3]
},
"diode_direction": "COL2ROW",
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash",
"backing_size": 8192
}
},
"features": {
"bootmagic": true,
"extrakey": true,
@@ -174,9 +181,6 @@
"pid": "0xE393",
"vid": "0x342D"
},
"eeprom": {
"driver": "wear_leveling"
},
"community_layouts": ["tkl_ansi"],
"layouts": {
"LAYOUT_tkl_ansi": {

View File

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