Teleport native bugfix (changed F411CC wear levelling) (#20090)

* workaround for flash size issue

* enable mousekeys due to requests by some users
This commit is contained in:
ebastler 2023-03-11 17:52:45 +01:00 committed by GitHub
parent e8a5630c7c
commit 36292faf94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -15,7 +15,7 @@
"command": false,
"console": false,
"extrakey": true,
"mousekey": false,
"mousekey": true,
"nkro": true
},
"diode_direction": "ROW2COL",

View File

@ -2,4 +2,8 @@ RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = IS31FL3733
RGB_MATRIX_CUSTOM_KB = yes
DEFAULT_FOLDER = teleport/native/iso
DEFAULT_FOLDER = teleport/native/iso
# Temporary workaround while waiting fixes of F411xC flash size definitions
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = legacy