add Mecx Labs mp1 macropad (#19064)
* add mecxlabs mp1 macropad Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
46
keyboards/mecxlabs/mp1/info.json
Normal file
46
keyboards/mecxlabs/mp1/info.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"keyboard_name": "mp1",
|
||||
"manufacturer": "Mecx Labs",
|
||||
"maintainer": "patrykf03",
|
||||
"usb": {
|
||||
"vid": "0xC6C6",
|
||||
"pid": "0x6C6C",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"processor": "STM32F072",
|
||||
"bootloader": "stm32-dfu",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true,
|
||||
"encoder": true
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{ "pin_a": "A10", "pin_b": "A9", "resolution": 2 }
|
||||
]
|
||||
},
|
||||
"matrix_pins": {
|
||||
"direct": [
|
||||
["B14", "A14", "A15"],
|
||||
["B13", "B12", "A2"],
|
||||
["A5", "A4", "A3"]
|
||||
]
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_3x3": {
|
||||
"layout": [
|
||||
{ "matrix": [0, 0], "x": 0.0, "y": 0.0 },
|
||||
{ "matrix": [0, 1], "x": 1.0, "y": 0.0 },
|
||||
{ "matrix": [0, 2], "x": 2.0, "y": 0.0 },
|
||||
{ "matrix": [1, 0], "x": 0.0, "y": 1.0 },
|
||||
{ "matrix": [1, 1], "x": 1.0, "y": 1.0 },
|
||||
{ "matrix": [1, 2], "x": 2.0, "y": 1.0 },
|
||||
{ "matrix": [2, 0], "x": 0.0, "y": 2.0 },
|
||||
{ "matrix": [2, 1], "x": 1.0, "y": 2.0 },
|
||||
{ "matrix": [2, 2], "x": 2.0, "y": 2.0 }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user