mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
32 lines
783 B
JSON
32 lines
783 B
JSON
{
|
|
"keyboard_name": "Macro3",
|
|
"manufacturer": "DPB",
|
|
"url": "https://github.com/davidphilipbarr/Macropads/tree/main/macro3",
|
|
"maintainer": "@davidphilipbarr",
|
|
"usb": {
|
|
"vid": "0xC88B",
|
|
"pid": "0x3388",
|
|
"device_version": "0.0.3"
|
|
},
|
|
"processor": "atmega32u4",
|
|
"bootloader": "atmel-dfu",
|
|
"layout_aliases": {
|
|
"LAYOUT": "LAYOUT_ortho_2x4"
|
|
},
|
|
"layouts": {
|
|
"LAYOUT_ortho_2x4": {
|
|
"layout": [
|
|
{"x": 0, "y": 0},
|
|
{"x": 1, "y": 0},
|
|
{"x": 2, "y": 0},
|
|
{"x": 3, "y": 0},
|
|
|
|
{"x": 0, "y": 1},
|
|
{"x": 1, "y": 1},
|
|
{"x": 2, "y": 1},
|
|
{"x": 3, "y": 1}
|
|
]
|
|
}
|
|
}
|
|
}
|