summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorebastler <moritz.plattner@gmx.net>2023-03-11 17:52:45 +0100
committerGitHub <noreply@github.com>2023-03-11 16:52:45 +0000
commit36292faf947907e54a9277d33c28688db94857d1 (patch)
tree6a46e3444007cc2541b71aef8079ec0b530432e5 /keyboards
parente8a5630c7c7aeb371fd1a82e0b1bea672f0e0aeb (diff)
Teleport native bugfix (changed F411CC wear levelling) (#20090)
* workaround for flash size issue * enable mousekeys due to requests by some users
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/teleport/native/info.json2
-rw-r--r--keyboards/teleport/native/rules.mk6
2 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/teleport/native/info.json b/keyboards/teleport/native/info.json
index 9cd26aa690..16c0603e43 100644
--- a/keyboards/teleport/native/info.json
+++ b/keyboards/teleport/native/info.json
@@ -15,7 +15,7 @@
"command": false,
"console": false,
"extrakey": true,
- "mousekey": false,
+ "mousekey": true,
"nkro": true
},
"diode_direction": "ROW2COL",
diff --git a/keyboards/teleport/native/rules.mk b/keyboards/teleport/native/rules.mk
index cac6a5346f..f60d3a26fb 100644
--- a/keyboards/teleport/native/rules.mk
+++ b/keyboards/teleport/native/rules.mk
@@ -2,4 +2,8 @@ RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = IS31FL3733
RGB_MATRIX_CUSTOM_KB = yes
-DEFAULT_FOLDER = teleport/native/iso \ No newline at end of file
+DEFAULT_FOLDER = teleport/native/iso
+
+# Temporary workaround while waiting fixes of F411xC flash size definitions
+EEPROM_DRIVER = wear_leveling
+WEAR_LEVELING_DRIVER = legacy \ No newline at end of file