forked from mirror/qmk_firmware
Migrate WEAR_LEVELING_* to info.json (#23077)
This commit is contained in:
@@ -30,6 +30,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define LED_INDICATOR_3 B0
|
||||
#define LED_INDICATOR_4 A5
|
||||
#define LED_INDICATOR_5 C15
|
||||
|
||||
#define WEAR_LEVELING_LOGICAL_SIZE 2048
|
||||
#define WEAR_LEVELING_BACKING_SIZE 4096
|
||||
|
||||
@@ -11,6 +11,11 @@
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"eeprom": {
|
||||
"wear_leveling": {
|
||||
"backing_size": 4096
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"audio": false,
|
||||
"backlight": true,
|
||||
|
||||
Reference in New Issue
Block a user