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
|
@ -27,10 +27,6 @@
|
|||
#define I2C1_TIMINGR_SCLH 15U
|
||||
#define I2C1_TIMINGR_SCLL 51U
|
||||
|
||||
/* EEPROM Driver Configuration */
|
||||
#define WEAR_LEVELING_LOGICAL_SIZE 2048
|
||||
#define WEAR_LEVELING_BACKING_SIZE (WEAR_LEVELING_LOGICAL_SIZE * 2)
|
||||
|
||||
#define SNLED27351_PHASE_CHANNEL SNLED27351_SCAN_PHASE_9_CHANNEL
|
||||
/* Set LED driver current */
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
|
|
|
@ -18,6 +18,11 @@
|
|||
"rgb_matrix": true,
|
||||
"dip_switch": true
|
||||
},
|
||||
"eeprom": {
|
||||
"wear_leveling": {
|
||||
"backing_size": 4096
|
||||
}
|
||||
},
|
||||
"dip_switch": {
|
||||
"matrix_grid": [ [5, 4] ]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue