2020-11-19 20:30:52 +01:00
|
|
|
{
|
|
|
|
"keyboard_name": "The Nines",
|
2022-08-04 00:53:46 +02:00
|
|
|
"manufacturer": "Ungodly Design",
|
2020-11-19 20:30:52 +01:00
|
|
|
"url": "https://www.qlavier.com/",
|
|
|
|
"maintainer": "Ungodly Design",
|
2022-08-04 00:53:46 +02:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x5544",
|
|
|
|
"pid": "0x544E",
|
|
|
|
"device_version": "99.9.9"
|
|
|
|
},
|
2023-02-08 08:41:46 +01:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "caterina",
|
2023-02-14 08:39:41 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"direct": [
|
|
|
|
["F4", "F5", "F6"],
|
|
|
|
["F7", "B1", "B3"],
|
|
|
|
["B2", "B6", "B5"]
|
|
|
|
]
|
|
|
|
},
|
2020-11-19 20:30:52 +01:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT_ortho_3x3": {
|
|
|
|
"layout": [
|
2023-02-19 08:55:12 +01:00
|
|
|
{"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]}
|
2020-11-19 20:30:52 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|