aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/clawsome/fightpad/keyboard.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/clawsome/fightpad/keyboard.json')
-rw-r--r--keyboards/clawsome/fightpad/keyboard.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/keyboards/clawsome/fightpad/keyboard.json b/keyboards/clawsome/fightpad/keyboard.json
new file mode 100644
index 0000000000..7333349028
--- /dev/null
+++ b/keyboards/clawsome/fightpad/keyboard.json
@@ -0,0 +1,47 @@
+{
+ "keyboard_name": "FightPad",
+ "manufacturer": "AlisGraveNil",
+ "url": "www.clawboards.xyz",
+ "maintainer": "AlisGraveNil",
+ "usb": {
+ "vid": "0x7767",
+ "pid": "0x481C",
+ "device_version": "0.0.1"
+ },
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false
+ },
+ "matrix_pins": {
+ "cols": ["D7", "E6", "B4", "B2", "B3", "B1", "F7"],
+ "rows": ["B5", "B6"]
+ },
+ "diode_direction": "COL2ROW",
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"matrix": [0, 1], "x": 1, "y": 0},
+
+ {"matrix": [0, 3], "x": 4, "y": 0},
+ {"matrix": [0, 4], "x": 5, "y": 0},
+ {"matrix": [0, 5], "x": 6, "y": 0},
+ {"matrix": [0, 6], "x": 7, "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": 4, "y": 1},
+ {"matrix": [1, 4], "x": 5, "y": 1},
+ {"matrix": [1, 5], "x": 6, "y": 1},
+ {"matrix": [1, 6], "x": 7, "y": 1}
+ ]
+ }
+ }
+}