Migrate WEAR_LEVELING_*_SIZE to info.json (#22010)
This commit is contained in:
parent
36b4e290c8
commit
00feff656f
58 changed files with 89 additions and 120 deletions
|
|
@ -18,6 +18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#pragma once
|
||||
|
||||
#define BACKLIGHT_PWM_DRIVER PWMD3
|
||||
|
||||
#define WEAR_LEVELING_BACKING_SIZE 4096
|
||||
#define WEAR_LEVELING_LOGICAL_SIZE 2048
|
||||
|
|
|
|||
|
|
@ -13,6 +13,11 @@
|
|||
"rows": ["A10", "B13", "B12", "B11", "C14", "C15"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"wear_leveling": {
|
||||
"backing_size": 4096
|
||||
}
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "A15", "pin_b": "A2"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue