2020-04-28 09:54:22 +00:00
|
|
|
{
|
|
|
|
"keyboard_name": "latinpad",
|
2022-08-02 00:02:19 +00:00
|
|
|
"manufacturer": "latincompass",
|
2020-04-28 09:54:22 +00:00
|
|
|
"url": "https://github.com/latincompass/2-RotaryEncoder-pad",
|
|
|
|
"maintainer": "latincompass",
|
2022-08-02 00:02:19 +00:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x6C63",
|
|
|
|
"pid": "0x6C70",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-04-08 08:08:08 +00:00
|
|
|
"rgb_matrix": {
|
2023-08-23 00:00:03 +00:00
|
|
|
"driver": "ws2812"
|
2023-04-08 08:08:08 +00:00
|
|
|
},
|
2023-03-10 11:16:56 +00:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["D4", "C6", "D7", "E6"],
|
|
|
|
"rows": ["F4", "F5", "F6", "F7", "B1"]
|
|
|
|
},
|
|
|
|
"diode_direction": "ROW2COL",
|
2023-02-25 22:45:12 +00:00
|
|
|
"encoder": {
|
|
|
|
"rotary": [
|
|
|
|
{"pin_a": "B4", "pin_b": "B2"},
|
|
|
|
{"pin_a": "B5", "pin_b": "B6"}
|
|
|
|
]
|
|
|
|
},
|
2023-04-06 08:00:54 +00:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "D3"
|
|
|
|
},
|
2023-02-08 07:41:46 +00:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "caterina",
|
2020-04-28 09:54:22 +00:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
|
|
|
"layout": [
|
2023-04-05 05:46:59 +00:00
|
|
|
{"matrix": [4, 0], "x": 0, "y": 0, "w": 0.8, "h": 0.8},
|
|
|
|
{"matrix": [4, 1], "x": 0.8, "y": 0, "w": 0.8, "h": 0.8},
|
2020-04-28 09:54:22 +00:00
|
|
|
|
2023-04-05 05:46:59 +00:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 1},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 1},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 1},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 2},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 2},
|
|
|
|
{"matrix": [1, 2], "x": 2, "y": 2},
|
|
|
|
{"matrix": [1, 3], "x": 3, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 3},
|
|
|
|
{"matrix": [2, 1], "x": 1, "y": 3},
|
|
|
|
{"matrix": [2, 2], "x": 2, "y": 3},
|
|
|
|
{"matrix": [2, 3], "x": 3, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 4},
|
|
|
|
{"matrix": [3, 1], "x": 1, "y": 4},
|
|
|
|
{"matrix": [3, 2], "x": 2, "y": 4},
|
|
|
|
{"matrix": [3, 3], "x": 3, "y": 4}
|
2020-04-28 09:54:22 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|