Migrate spi_flash WEAR_LEVELING_DRIVER to info.json (#21978)

This commit is contained in:
Joel Challis
2023-09-12 06:47:12 +01:00
committed by GitHub
parent 06cec720dd
commit 909054c357
38 changed files with 122 additions and 55 deletions
+6
View File
@@ -26,6 +26,12 @@
"rows": ["B15", "C6", "C7", "C8", "C9", "A8"]
},
"diode_direction": "ROW2COL",
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash"
}
},
"indicators": {
"num_lock": "A15",
"caps_lock": "C10"
+1 -2
View File
@@ -1,2 +1 @@
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = spi_flash
# This file intentionally left blank
+6
View File
@@ -26,6 +26,12 @@
"rows": [ "B15", "C6", "C7", "C8", "C9", "A8"]
},
"diode_direction": "ROW2COL",
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash"
}
},
"rgb_matrix": {
"driver": "is31fl3733",
"max_brightness": 180,
+1 -3
View File
@@ -1,3 +1 @@
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = spi_flash
# This file intentionally left blank
+6
View File
@@ -26,6 +26,12 @@
"rows": ["C7", "C8", "C9", "A8"]
},
"diode_direction": "ROW2COL",
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash"
}
},
"rgb_matrix": {
"driver": "is31fl3733",
"max_brightness": 180,
+1 -6
View File
@@ -1,6 +1 @@
# Build Options
# change yes to no to disable
#
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = spi_flash
# This file intentionally left blank