2021-10-27 17:07:58 +02:00
|
|
|
{
|
|
|
|
"keyboard_name": "BN009",
|
2022-07-25 17:20:19 +02:00
|
|
|
"manufacturer": "Binepad",
|
2021-10-27 17:07:58 +02:00
|
|
|
"url": "https://binepad.com",
|
|
|
|
"maintainer": "binepad",
|
2022-07-25 17:20:19 +02:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x4249",
|
|
|
|
"pid": "0x4295",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-03-10 14:00:24 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["B6", "B5", "B4"],
|
|
|
|
"rows": ["D2", "D1", "D0"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-08 08:41:46 +01:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "atmel-dfu",
|
2021-10-27 17:07:58 +02:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
2023-02-22 23:32:18 +01:00
|
|
|
"layout": [
|
|
|
|
{"x":0, "y":0, "matrix": [0, 0]},
|
|
|
|
{"x":1, "y":0, "matrix": [0, 1]},
|
|
|
|
{"x":2, "y":0, "matrix": [0, 2]},
|
|
|
|
{"x":0, "y":1, "matrix": [1, 0]},
|
|
|
|
{"x":1, "y":1, "matrix": [1, 1]},
|
|
|
|
{"x":2, "y":1, "matrix": [1, 2]},
|
|
|
|
{"x":0, "y":2, "matrix": [2, 0]},
|
|
|
|
{"x":1, "y":2, "matrix": [2, 1]},
|
|
|
|
{"x":2, "y":2, "matrix": [2, 2]}
|
|
|
|
]
|
2021-10-27 17:07:58 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|