qmk_firmware/keyboards/dcpedit/masonry/keyboard.json

79 lines
3.7 KiB
JSON

{
"manufacturer": "dcpedit",
"keyboard_name": "Masonry",
"maintainer": "dcpedit",
"bootloader": "stm32-dfu",
"diode_direction": "COL2ROW",
"dynamic_keymap": {
"layer_count": 2
},
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true
},
"matrix_pins": {
"cols": ["A8", "B15", "B14", "B13", "B12", "A2"],
"rows": ["A9", "A0", "F0", "C15", "A10", "F1", "A1", "C14"]
},
"processor": "STM32F072",
"url": "https://github.com/dcpedit/masonry",
"usb": {
"device_version": "1.0.0",
"pid": "0x177A",
"vid": "0xDC9E"
},
"layouts": {
"LAYOUT": {
"layout": [
{"label": "0,0", "matrix": [0, 0], "x": 0, "y": 0},
{"label": "4,0", "matrix": [4, 0], "x": 1, "y": 0},
{"label": "0,1", "matrix": [0, 1], "x": 2, "y": 0},
{"label": "4,1", "matrix": [4, 1], "x": 3, "y": 0},
{"label": "0,2", "matrix": [0, 2], "x": 4, "y": 0},
{"label": "4,2", "matrix": [4, 2], "x": 5, "y": 0},
{"label": "0,3", "matrix": [0, 3], "x": 6, "y": 0},
{"label": "4,3", "matrix": [4, 3], "x": 7, "y": 0},
{"label": "0,4", "matrix": [0, 4], "x": 8, "y": 0},
{"label": "4,4", "matrix": [4, 4], "x": 9, "y": 0},
{"label": "0,5", "matrix": [0, 5], "x": 10, "y": 0},
{"label": "4,5", "matrix": [4, 5], "x": 11, "y": 0},
{"label": "1,0", "matrix": [1, 0], "x": 0, "y": 1.75},
{"label": "5,0", "matrix": [5, 0], "x": 1, "y": 1.5},
{"label": "1,1", "matrix": [1, 1], "x": 2, "y": 1.25},
{"label": "5,1", "matrix": [5, 1], "x": 3, "y": 1},
{"label": "1,2", "matrix": [1, 2], "x": 4, "y": 1.25},
{"label": "5,2", "matrix": [5, 2], "x": 5, "y": 1.25},
{"label": "1,3", "matrix": [1, 3], "x": 6, "y": 1.25},
{"label": "5,3", "matrix": [5, 3], "x": 7, "y": 1.25},
{"label": "1,4", "matrix": [1, 4], "x": 8, "y": 1},
{"label": "5,4", "matrix": [5, 4], "x": 9, "y": 1.25},
{"label": "1,5", "matrix": [1, 5], "x": 10, "y": 1.5},
{"label": "5,5", "matrix": [5, 5], "x": 11, "y": 1.75},
{"label": "2,0", "matrix": [2, 0], "x": 0, "y": 2.75},
{"label": "6,0", "matrix": [6, 0], "x": 1, "y": 2.5},
{"label": "2,1", "matrix": [2, 1], "x": 2, "y": 2.25},
{"label": "6,1", "matrix": [6, 1], "x": 3, "y": 2},
{"label": "2,2", "matrix": [2, 2], "x": 4, "y": 2.25},
{"label": "6,2", "matrix": [6, 2], "x": 5, "y": 2.25},
{"label": "2,3", "matrix": [2, 3], "x": 6, "y": 2.25},
{"label": "6,3", "matrix": [6, 3], "x": 7, "y": 2.25},
{"label": "2,4", "matrix": [2, 4], "x": 8, "y": 2},
{"label": "6,4", "matrix": [6, 4], "x": 9, "y": 2.25},
{"label": "2,5", "matrix": [2, 5], "x": 10, "y": 2.5},
{"label": "6,5", "matrix": [6, 5], "x": 11, "y": 2.75},
{"label": "3,1", "matrix": [3, 1], "x": 2, "y": 3.25},
{"label": "7,1", "matrix": [7, 1], "x": 3, "y": 3.25},
{"label": "3,2", "matrix": [3, 2], "x": 4, "y": 3.25},
{"label": "7,2", "matrix": [7, 2], "x": 5, "y": 3.25},
{"label": "3,3", "matrix": [3, 3], "x": 6, "y": 3.25},
{"label": "7,3", "matrix": [7, 3], "x": 7, "y": 3.25},
{"label": "3,4", "matrix": [3, 4], "x": 8, "y": 3.25},
{"label": "7,4", "matrix": [7, 4], "x": 9, "y": 3.25}
]
}
}
}