26 lines
557 B
JSON
26 lines
557 B
JSON
{
|
|
"keyboard_name": "GeekPad",
|
|
"manufacturer": "BTHLabs",
|
|
"url": "https://git.bthlabs.pl/tomekwojcik/geekpad",
|
|
"maintainer": "Tomek Wójcik <contact@bthlabs.pl>",
|
|
"usb": {
|
|
"vid": "0xFEED",
|
|
"pid": "0x4257",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{"x": 0, "y": 0},
|
|
{"x": 1, "y": 0},
|
|
{"x": 2,"y": 0},
|
|
{"x": 0, "y": 1},
|
|
{"x": 1, "y": 1},
|
|
{"x": 2,"y": 1},
|
|
{"x": 0, "y": 2},
|
|
{"x": 1, "y": 2},
|
|
{"x": 2,"y": 2}
|
|
]
|
|
}
|
|
}
|
|
}
|