qmk_firmware/keyboards/keebio/bdn9/info.json

24 lines
584 B
JSON
Raw Normal View History

2019-01-28 17:28:47 +01:00
{
"manufacturer": "Keebio",
2020-06-10 04:32:46 +02:00
"url": "https://keeb.io",
"maintainer": "Keebio",
"usb": {
"vid": "0xCB10"
},
2019-01-28 17:28:47 +01:00
"layouts": {
"LAYOUT": {
"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]}
2019-01-28 17:28:47 +01:00
]
}
}
}