summaryrefslogtreecommitdiff
path: root/keyboards/mecxlabs/mp1/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mecxlabs/mp1/info.json')
-rw-r--r--keyboards/mecxlabs/mp1/info.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/keyboards/mecxlabs/mp1/info.json b/keyboards/mecxlabs/mp1/info.json
new file mode 100644
index 0000000000..db989e5517
--- /dev/null
+++ b/keyboards/mecxlabs/mp1/info.json
@@ -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 }
+ ]
+ }
+ }
+}