aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/mectechpad/keyboard.json
diff options
context:
space:
mode:
authorQMK Bot2025-10-06 18:45:06 +0200
committerQMK Bot2025-10-06 18:45:06 +0200
commit5d26dcefa0fdc7e7405c856ff39b13f2b9ed4036 (patch)
treeabcdfc833e2f2f898da8b77254abd9c1b07e8106 /keyboards/mectechpad/keyboard.json
parentc7ed9038d71275a98b490c3fc1df8217164666fe (diff)
parentb9078609b649ff40f725233d628d2854977366f2 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mectechpad/keyboard.json')
-rw-r--r--keyboards/mectechpad/keyboard.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/keyboards/mectechpad/keyboard.json b/keyboards/mectechpad/keyboard.json
new file mode 100644
index 0000000000..93c1fbaefc
--- /dev/null
+++ b/keyboards/mectechpad/keyboard.json
@@ -0,0 +1,40 @@
+{
+ "manufacturer": "Printronics",
+ "keyboard_name": "Mectechpad",
+ "maintainer": "jacksaxi",
+ "bootloader": "rp2040",
+ "debounce": 15,
+ "diode_direction": "ROW2COL",
+ "features": {
+ "bootmagic": true,
+ "extrakey": true,
+ "mousekey": true
+ },
+ "matrix_pins": {
+ "rows": ["GP13", "GP26", "GP15", "GP14"],
+ "cols": ["GP29", "GP28", "GP27"]
+ },
+ "processor": "RP2040",
+ "url": "printronics.gr",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x1A2B",
+ "vid": "0x3C4D"
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"matrix": [0, 0], "x": 0, "y": 0},
+ {"matrix": [1, 0], "x": 0, "y": 1},
+ {"matrix": [1, 1], "x": 1, "y": 1},
+ {"matrix": [1, 2], "x": 2, "y": 1},
+ {"matrix": [2, 0], "x": 0, "y": 2},
+ {"matrix": [2, 1], "x": 1, "y": 2},
+ {"matrix": [2, 2], "x": 2, "y": 2},
+ {"matrix": [3, 0], "x": 0, "y": 3},
+ {"matrix": [3, 1], "x": 1, "y": 3},
+ {"matrix": [3, 2], "x": 2, "y": 3}
+ ]
+ }
+ }
+}