qmk_firmware/keyboards/teleport/native/info.json
Moritz Plattner cfb4bb9b98
teleport/native: switch from wrongly used user to kb function, boost matrix scan rate (#21172)
* enable LTO

* change from _user to _kb function

* switch matrix io delay to nops, add opt=3 for higher scan rates

* disable console which was enabled for testing but collides with endpoint used by VIA

* switched from opt=3 to opt=2

* Update keyboards/teleport/native/native.c

Co-authored-by: Joel Challis <git@zvecr.com>

* slightly upped debounce, as some testers had chatter with async + default debounce

---------

Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-29 12:19:03 +01:00

30 lines
774 B
JSON

{
"keyboard_name": "Native",
"manufacturer": "Anvil",
"maintainer": "ebastler",
"url": "https://nvil.gg",
"bootloader": "stm32-dfu",
"processor": "STM32F411",
"usb": {
"vid": "0x7470",
"device_version": "1.0.0",
"force_nkro": true
},
"rgb_matrix": {
"driver": "is31fl3733"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true,
"lto": 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"]
}
}