qmk_firmware/keyboards/qpockets/eggman/info.json

75 lines
2.8 KiB
JSON

{
"keyboard_name": "eggman",
"manufacturer": "qpockets",
"url": "",
"maintainer": "qpockets",
"usb": {
"vid": "0x7170",
"pid": "0x656D",
"device_version": "10.0.0"
},
"matrix_pins": {
"cols": ["B7", "B4", "B3", "B2", "D3", "D2", "D1"],
"rows": ["C4", "C5", "C2", "D0", "B5", "B6", "D6"]
},
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
{"pin_a": "C6", "pin_b": "C7"},
{"pin_a": "D4", "pin_b": "D5"}
]
},
"processor": "atmega32u2",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT_default": {
"layout": [
{"matrix": [0, 2], "x": 4.25, "y": 0},
{"matrix": [0, 4], "x": 6.25, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 0.75},
{"matrix": [0, 0], "x": 1, "y": 0.5},
{"matrix": [1, 1], "x": 2, "y": 0.25},
{"matrix": [0, 1], "x": 3, "y": 0.75},
{"matrix": [1, 2], "x": 4, "y": 1},
{"matrix": [1, 3], "x": 5, "y": 1, "w": 1.5},
{"matrix": [1, 4], "x": 6.5, "y": 1},
{"matrix": [0, 5], "x": 7.5, "y": 0.75},
{"matrix": [1, 5], "x": 8.5, "y": 0.25},
{"matrix": [0, 6], "x": 9.5, "y": 0.5},
{"matrix": [1, 6], "x": 10.5, "y": 0.75},
{"matrix": [3, 0], "x": 0, "y": 1.75},
{"matrix": [2, 0], "x": 1, "y": 1.5},
{"matrix": [3, 1], "x": 2, "y": 1.25},
{"matrix": [2, 1], "x": 3, "y": 1.75},
{"matrix": [3, 2], "x": 4, "y": 2},
{"matrix": [3, 3], "x": 5, "y": 2, "w": 1.5},
{"matrix": [3, 4], "x": 6.5, "y": 2},
{"matrix": [2, 5], "x": 7.5, "y": 1.75},
{"matrix": [3, 5], "x": 8.5, "y": 1.25},
{"matrix": [2, 6], "x": 9.5, "y": 1.5},
{"matrix": [3, 6], "x": 10.5, "y": 1.75},
{"matrix": [5, 0], "x": 0, "y": 2.75},
{"matrix": [4, 0], "x": 1, "y": 2.5},
{"matrix": [5, 1], "x": 2, "y": 2.25},
{"matrix": [4, 1], "x": 3, "y": 2.75},
{"matrix": [5, 2], "x": 4, "y": 3},
{"matrix": [5, 3], "x": 5, "y": 3, "w": 1.5},
{"matrix": [5, 4], "x": 6.5, "y": 3},
{"matrix": [4, 5], "x": 7.5, "y": 2.75},
{"matrix": [5, 5], "x": 8.5, "y": 2.25},
{"matrix": [4, 6], "x": 9.5, "y": 2.5},
{"matrix": [5, 6], "x": 10.5, "y": 2.75},
{"matrix": [6, 1], "x": 2.5, "y": 4, "w": 1.25},
{"matrix": [6, 2], "x": 3.75, "y": 4, "w": 2},
{"matrix": [6, 4], "x": 5.75, "y": 4, "w": 2},
{"matrix": [6, 5], "x": 7.75, "y": 4, "w": 1.25}
]
}
}
}