2020-12-22 19:20:09 +00:00
|
|
|
{
|
|
|
|
"keyboard_name": "Pix",
|
2022-08-03 22:12:37 +00:00
|
|
|
"manufacturer": "sendyyeah",
|
2020-12-22 19:20:09 +00:00
|
|
|
"url": "https://github.com/sendz/pix",
|
|
|
|
"maintainer": "sendz",
|
2022-08-03 22:12:37 +00:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x5359",
|
|
|
|
"pid": "0x4E34",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-04-06 08:00:54 +00:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "B5"
|
|
|
|
},
|
2023-02-25 22:45:12 +00:00
|
|
|
"encoder": {
|
|
|
|
"rotary": [
|
|
|
|
{"pin_a": "B1", "pin_b": "B3"}
|
|
|
|
]
|
|
|
|
},
|
2023-02-08 07:41:46 +00:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "caterina",
|
2023-02-14 07:39:41 +00:00
|
|
|
"matrix_pins": {
|
|
|
|
"direct": [
|
|
|
|
["C6", "D7", "E6", "B4", "F6"]
|
|
|
|
]
|
|
|
|
},
|
2020-12-22 19:20:09 +00:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
|
|
|
"layout": [
|
2023-05-03 02:19:34 +00:00
|
|
|
{"x": 0, "y": 0, "matrix": [0, 0]},
|
|
|
|
{"x": 1, "y": 0, "matrix": [0, 1]},
|
|
|
|
{"x": 2, "y": 0, "matrix": [0, 2]},
|
|
|
|
{"x": 3, "y": 0, "matrix": [0, 3]},
|
|
|
|
{"x": 4, "y": 0, "matrix": [0, 4]}
|
2020-12-22 19:20:09 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|