aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/enmeseoz/enmepad3x4/keyboard.json
diff options
context:
space:
mode:
authorbkchqaeh2025-09-19 04:40:42 +0200
committerGitHub2025-09-19 04:40:42 +0200
commitf31004ebec6903408f1b1687d89ba98900c82e4c (patch)
tree6b7be43c8c97332910736eef048a64f3bb07819e /keyboards/enmeseoz/enmepad3x4/keyboard.json
parent8f728aa7311f3d66d8c7b68bf85e5da605909b4c (diff)
Add ENMEPAD3x4 (#25435)
Diffstat (limited to 'keyboards/enmeseoz/enmepad3x4/keyboard.json')
-rw-r--r--keyboards/enmeseoz/enmepad3x4/keyboard.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/keyboards/enmeseoz/enmepad3x4/keyboard.json b/keyboards/enmeseoz/enmepad3x4/keyboard.json
new file mode 100644
index 0000000000..50fccf9d8c
--- /dev/null
+++ b/keyboards/enmeseoz/enmepad3x4/keyboard.json
@@ -0,0 +1,39 @@
+{
+ "manufacturer": "ENMESEOZ",
+ "keyboard_name": "ENMEPAD",
+ "maintainer": "ENMESEOZ",
+ "bootloader": "rp2040",
+ "diode_direction": "COL2ROW",
+ "features": {
+ "bootmagic": true,
+ "nkro": true
+ },
+ "matrix_pins": {
+ "cols": ["GP26", "GP27", "GP28", "GP29"],
+ "rows": ["GP3", "GP4", "GP5"]
+ },
+ "processor": "RP2040",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x0000",
+ "vid": "0xFEED"
+ },
+ "layouts": {
+ "LAYOUT_3x4": {
+ "layout": [
+ {"matrix": [0, 0], "x": 0, "y": 0},
+ {"matrix": [0, 1], "x": 1, "y": 0},
+ {"matrix": [0, 2], "x": 2, "y": 0},
+ {"matrix": [0, 3], "x": 3, "y": 0},
+ {"matrix": [1, 0], "x": 0, "y": 1},
+ {"matrix": [1, 1], "x": 1, "y": 1},
+ {"matrix": [1, 2], "x": 2, "y": 1},
+ {"matrix": [1, 3], "x": 3, "y": 1},
+ {"matrix": [2, 0], "x": 0, "y": 2},
+ {"matrix": [2, 1], "x": 1, "y": 2},
+ {"matrix": [2, 2], "x": 2, "y": 2},
+ {"matrix": [2, 3], "x": 3, "y": 2}
+ ]
+ }
+ }
+}