mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Migrate some EEPROM config to info.json (#22434)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -1 +1 @@
|
||||
WEAR_LEVELING_DRIVER = spi_flash
|
||||
# This file intentionally left blank
|
||||
|
||||
Reference in New Issue
Block a user