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
|
@ -20,6 +20,3 @@
|
|||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
#define WEAR_LEVELING_LOGICAL_SIZE 2048
|
||||
#define WEAR_LEVELING_BACKING_SIZE WEAR_LEVELING_LOGICAL_SIZE*2
|
||||
|
|
|
@ -8,6 +8,11 @@
|
|||
"rows": ["A9", "A8", "B15", "B14", "B13", "B12", "A4", "A5", "A6", "A7", "B0", "B1"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"wear_leveling": {
|
||||
"backing_size": 4096
|
||||
}
|
||||
},
|
||||
"processor": "STM32L412",
|
||||
"bootloader": "stm32-dfu"
|
||||
}
|
||||
|
|
|
@ -21,6 +21,3 @@
|
|||
// Locking resynchronize hack
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
// Emulated EEPROM
|
||||
#define WEAR_LEVELING_LOGICAL_SIZE 2048
|
||||
#define WEAR_LEVELING_BACKING_SIZE WEAR_LEVELING_LOGICAL_SIZE*2
|
||||
|
|
|
@ -8,6 +8,11 @@
|
|||
"rows": ["B15", "B14", "B12", "B1", "B0"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"wear_leveling": {
|
||||
"backing_size": 4096
|
||||
}
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "A1",
|
||||
"on_state": 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue