1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"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": false,
"nkro": true
},
"debounce": 5,
"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" ]
}
}
|