|
|
@@ -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]}
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|