summaryrefslogtreecommitdiff
path: root/keyboards/pdxkbc/keyboard.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/pdxkbc/keyboard.json')
-rw-r--r--keyboards/pdxkbc/keyboard.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/keyboards/pdxkbc/keyboard.json b/keyboards/pdxkbc/keyboard.json
new file mode 100644
index 0000000000..2585c7ab38
--- /dev/null
+++ b/keyboards/pdxkbc/keyboard.json
@@ -0,0 +1,40 @@
+{
+ "keyboard_name": "pdxkbc",
+ "manufacturer": "Franklin Harding",
+ "url": "",
+ "maintainer": "qmk",
+ "usb": {
+ "vid": "0x5044",
+ "pid": "0x0001",
+ "device_version": "0.0.1"
+ },
+ "features": {
+ "bootmagic": false,
+ "command": true,
+ "console": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false
+ },
+ "matrix_pins": {
+ "cols": ["D1", "E6"],
+ "rows": ["F7", "B6", "F4"]
+ },
+ "diode_direction": "COL2ROW",
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"matrix": [0, 0], "x": 0, "y": 0},
+ {"matrix": [0, 1], "x": 1, "y": 0},
+
+ {"matrix": [1, 0], "x": 0, "y": 1},
+ {"matrix": [1, 1], "x": 1, "y": 1},
+
+ {"matrix": [2, 0], "x": 0, "y": 2},
+ {"matrix": [2, 1], "x": 1, "y": 2}
+ ]
+ }
+ }
+}