summaryrefslogtreecommitdiff
path: root/keyboards/kbdmania/kmac_pad/info.json
diff options
context:
space:
mode:
authorフィルターペーパー <76888457+filterpaper@users.noreply.github.com>2023-12-24 07:49:18 +0800
committerGitHub <noreply@github.com>2023-12-23 15:49:18 -0800
commit6510188138f74c3c2f20ff8fffd969b73923db54 (patch)
tree5f193f41eff9a79d4a83f6b24c7ff750692a223d /keyboards/kbdmania/kmac_pad/info.json
parent6f16349e93a2a0dcb62c331e36d02381fa184c60 (diff)
Refactor: move keyboards into kbdmania folder (#22714)
Diffstat (limited to 'keyboards/kbdmania/kmac_pad/info.json')
-rw-r--r--keyboards/kbdmania/kmac_pad/info.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/keyboards/kbdmania/kmac_pad/info.json b/keyboards/kbdmania/kmac_pad/info.json
new file mode 100644
index 0000000000..f41da8a452
--- /dev/null
+++ b/keyboards/kbdmania/kmac_pad/info.json
@@ -0,0 +1,41 @@
+{
+ "keyboard_name": "KMAC PAD",
+ "manufacturer": "KBDMania",
+ "maintainer": "talsu",
+ "usb": {
+ "vid": "0x4B4D",
+ "pid": "0x4143",
+ "device_version": "1.0.4"
+ },
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"matrix": [0, 0], "x": 3, "y": 0},
+
+ {"matrix": [1, 0], "x": 0, "y": 1.25},
+ {"matrix": [1, 1], "x": 1, "y": 1.25},
+ {"matrix": [1, 2], "x": 2, "y": 1.25},
+ {"matrix": [1, 3], "x": 3, "y": 1.25},
+
+ {"matrix": [2, 0], "x": 0, "y": 2.25},
+ {"matrix": [2, 1], "x": 1, "y": 2.25},
+ {"matrix": [2, 2], "x": 2, "y": 2.25},
+ {"matrix": [2, 3], "x": 3, "y": 2.25, "h": 2},
+
+ {"matrix": [3, 0], "x": 0, "y": 3.25},
+ {"matrix": [3, 1], "x": 1, "y": 3.25},
+ {"matrix": [3, 2], "x": 2, "y": 3.25},
+
+ {"matrix": [4, 0], "x": 0, "y": 4.25},
+ {"matrix": [4, 1], "x": 1, "y": 4.25},
+ {"matrix": [4, 2], "x": 2, "y": 4.25},
+ {"matrix": [4, 3], "x": 3, "y": 4.25, "h": 2},
+
+ {"matrix": [5, 0], "x": 0, "y": 5.25, "w": 2},
+ {"matrix": [5, 2], "x": 2, "y": 5.25}
+ ]
+ }
+ }
+}