Skip to content

Commit

Permalink
Teleport native bugfix (changed F411CC wear levelling) (qmk#20090)
Browse files Browse the repository at this point in the history
* workaround for flash size issue

* enable mousekeys due to requests by some users
  • Loading branch information
ebastler authored and rodrigob committed Mar 13, 2023
1 parent 35eaa8c commit a995843
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/teleport/native/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"command": false,
"console": false,
"extrakey": true,
"mousekey": false,
"mousekey": true,
"nkro": true
},
"diode_direction": "ROW2COL",
Expand Down
6 changes: 5 additions & 1 deletion keyboards/teleport/native/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a995843

Please sign in to comment.