2020-12-22 11:20:09 -08:00
|
|
|
{
|
|
|
|
"keyboard_name": "Pix",
|
2022-08-03 15:12:37 -07:00
|
|
|
"manufacturer": "sendyyeah",
|
2020-12-22 11:20:09 -08:00
|
|
|
"url": "https://github.com/sendz/pix",
|
|
|
|
"maintainer": "sendz",
|
2022-08-03 15:12:37 -07:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x5359",
|
|
|
|
"pid": "0x4E34",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-06-15 21:04:45 -07:00
|
|
|
"rgblight": {
|
2023-06-24 00:37:54 -07:00
|
|
|
"saturation_steps": 8,
|
|
|
|
"brightness_steps": 8,
|
2023-06-17 21:39:07 -07:00
|
|
|
"led_count": 15,
|
2023-06-15 21:04:45 -07:00
|
|
|
"sleep": true
|
|
|
|
},
|
2023-04-06 01:00:54 -07:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "B5"
|
|
|
|
},
|
2023-02-25 14:45:12 -08:00
|
|
|
"encoder": {
|
|
|
|
"rotary": [
|
|
|
|
{"pin_a": "B1", "pin_b": "B3"}
|
|
|
|
]
|
|
|
|
},
|
2023-02-07 23:41:46 -08:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "caterina",
|
2023-02-13 23:39:41 -08:00
|
|
|
"matrix_pins": {
|
|
|
|
"direct": [
|
|
|
|
["C6", "D7", "E6", "B4", "F6"]
|
|
|
|
]
|
|
|
|
},
|
2020-12-22 11:20:09 -08:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
|
|
|
"layout": [
|
2023-05-02 19:19:34 -07: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 11:20:09 -08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|