forked from mirrors/qmk_firmware
38 lines
876 B
JSON
38 lines
876 B
JSON
{
|
|
"keyboard_name": "Macropad v2",
|
|
"manufacturer": "GeebBoards",
|
|
"url": "https://geekboards.ru/",
|
|
"maintainer": "ruddy17",
|
|
"usb": {
|
|
"vid": "0x0483",
|
|
"pid": "0xA372",
|
|
"device_version": "0.0.2"
|
|
},
|
|
"ws2812": {
|
|
"driver": "pwm"
|
|
},
|
|
"processor": "STM32F072",
|
|
"bootloader": "stm32-dfu",
|
|
"matrix_pins": {
|
|
"direct": [
|
|
["B13", "B15", "B3", "B5"],
|
|
["B12", "B14", "A13", "B7"]
|
|
]
|
|
},
|
|
"debounce": 3,
|
|
"layouts": {
|
|
"LAYOUT_ortho_2x4": {
|
|
"layout": [
|
|
{"x": 0, "y": 0, "matrix": [0, 0]},
|
|
{"x": 1, "y": 0, "matrix": [0, 1]},
|
|
{"x": 2, "y": 0, "matrix": [0, 2]},
|
|
{"x": 3, "y": 0, "matrix": [0, 3]},
|
|
|
|
{"x": 0, "y": 1, "matrix": [1, 0]},
|
|
{"x": 1, "y": 1, "matrix": [1, 1]},
|
|
{"x": 2, "y": 1, "matrix": [1, 2]},
|
|
{"x": 3, "y": 1, "matrix": [1, 3]}
|
|
]
|
|
}
|
|
}
|
|
}
|