qmk_firmware/keyboards/teleport/native/info.json
ebastler 36292faf94
Teleport native bugfix (changed F411CC wear levelling) (#20090)
* workaround for flash size issue

* enable mousekeys due to requests by some users
2023-03-11 16:52:45 +00:00

27 lines
709 B
JSON

{
"keyboard_name": "Native",
"manufacturer": "Anvil",
"maintainer": "ebastler",
"url": "https://nvil.gg",
"bootloader": "stm32-dfu",
"processor": "STM32F411",
"board": "GENERIC_STM32_F411XE",
"usb": {
"vid": "0x7470",
"device_version": "1.0.0"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"diode_direction": "ROW2COL",
"matrix_pins": {
"cols": [ "A5", "A4", "B12", "B14", "B8", "B3", "B4", "B5" ],
"rows": [ "C14", "C15", "C13", "A1", "A15", "A14", "A13", "B13", "B15", "A8", "A2", "A3" ]
}
}