mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-17 17:35:30 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"keyboard_name": "duckyPad",
|
|
"manufacturer": "dekuNukem",
|
|
"url": "https://github.com/dekuNukem/",
|
|
"maintainer": "M4cs",
|
|
"usb": {
|
|
"vid": "0x444E",
|
|
"pid": "0x4450",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"processor": "STM32F072",
|
|
"bootloader": "stm32-dfu",
|
|
"matrix_pins": {
|
|
"direct": [
|
|
["B13", "B14", "B15", "A8", "A15", "B3", "B4", "B5", "B6", "B7", "C13", "C14", "C15", "F0", "F1", "A1", "A2"]
|
|
]
|
|
},
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{"x": 0, "y": 0},
|
|
{"x": 1, "y": 0},
|
|
{"x": 2, "y": 0},
|
|
{"x": 0, "y": 1},
|
|
{"x": 1, "y": 1},
|
|
{"x": 2, "y": 1},
|
|
{"x": 0, "y": 2},
|
|
{"x": 1, "y": 2},
|
|
{"x": 2, "y": 2},
|
|
{"x": 0, "y": 3},
|
|
{"x": 1, "y": 3},
|
|
{"x": 2, "y": 3},
|
|
{"x": 0, "y": 4},
|
|
{"x": 1, "y": 4},
|
|
{"x": 2, "y": 4},
|
|
{"x": 3, "y": 4},
|
|
{"x": 4, "y": 4}
|
|
]
|
|
}
|
|
}
|
|
}
|