Migrate WEAR_LEVELING_* to info.json (#23077)
This commit is contained in:
parent
50c5403612
commit
4a64d47f12
52 changed files with 126 additions and 116 deletions
|
@ -29,10 +29,6 @@
|
|||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF } // 300mA
|
||||
|
||||
/* EEPROM Driver Configuration */
|
||||
#define WEAR_LEVELING_LOGICAL_SIZE 2048
|
||||
#define WEAR_LEVELING_BACKING_SIZE (WEAR_LEVELING_LOGICAL_SIZE * 2)
|
||||
|
||||
/* Split Keyboard specific options. */
|
||||
#define SERIAL_USART_TX_PIN A9 // USART TX pin
|
||||
|
||||
|
|
|
@ -14,6 +14,11 @@
|
|||
"dip_switch": {
|
||||
"pins": ["A8"]
|
||||
},
|
||||
"eeprom": {
|
||||
"wear_leveling": {
|
||||
"backing_size": 4096
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue