summaryrefslogtreecommitdiff
path: root/keyboards/butterkeebs/pocketpad/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/butterkeebs/pocketpad/info.json')
-rw-r--r--keyboards/butterkeebs/pocketpad/info.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/keyboards/butterkeebs/pocketpad/info.json b/keyboards/butterkeebs/pocketpad/info.json
new file mode 100644
index 0000000000..96adda2cee
--- /dev/null
+++ b/keyboards/butterkeebs/pocketpad/info.json
@@ -0,0 +1,56 @@
+{
+ "manufacturer": "ButterKeebs",
+ "keyboard_name": "PocketPad",
+ "maintainer": "qmk",
+ "diode_direction": "ROW2COL",
+
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x1475",
+ "vid": "0xFEED"
+ },
+
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true
+ },
+ "matrix_pins": {
+ "cols": ["F1", "C7", "D5", "B7"],
+ "rows": ["F7", "F6", "F5", "F4", "B1"]
+ },
+
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"x": 0, "y": 0, "matrix": [0,0]},
+ {"x": 1, "y": 0, "matrix": [0,1]},
+ {"x": 2, "y": 0, "matrix": [0,2]},
+ {"x": 3, "y": 0, "matrix": [0,3]},
+
+ {"x": 0, "y": 1, "matrix": [1,0]},
+ {"x": 1, "y": 1, "matrix": [1,1]},
+ {"x": 2, "y": 1, "matrix": [1,2]},
+ {"x": 3, "y": 1, "matrix": [1,3]},
+
+ {"x": 0, "y": 2, "matrix": [2,0]},
+ {"x": 1, "y": 2, "matrix": [2,1]},
+ {"x": 2, "y": 2, "matrix": [2,2]},
+ {"x": 3, "y": 2, "matrix": [2,3]},
+
+ {"x": 0, "y": 3, "matrix": [3,0]},
+ {"x": 1, "y": 3, "matrix": [3,1]},
+ {"x": 2, "y": 3, "matrix": [3,2]},
+ {"x": 3, "y": 3, "matrix": [3,3]},
+
+ {"x": 0, "y": 4, "matrix": [4,0]},
+ {"x": 1, "y": 4, "matrix": [4,1]}
+ ]
+ }
+ }
+} \ No newline at end of file