summaryrefslogtreecommitdiff
path: root/keyboards/fearherbs1/blue_team_pad/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fearherbs1/blue_team_pad/info.json')
-rw-r--r--keyboards/fearherbs1/blue_team_pad/info.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/keyboards/fearherbs1/blue_team_pad/info.json b/keyboards/fearherbs1/blue_team_pad/info.json
new file mode 100644
index 0000000000..8cefdd23b1
--- /dev/null
+++ b/keyboards/fearherbs1/blue_team_pad/info.json
@@ -0,0 +1,61 @@
+{
+ "keyboard_name": "blue_team_pad",
+ "maintainer": "fearherbs1",
+ "manufacturer": "fearherbs1",
+ "processor": "RP2040",
+ "bootloader": "rp2040",
+ "url": "https://github.com/fearherbs1/blue-team-pad",
+ "usb": {
+ "vid": "0x4648",
+ "pid": "0x4254",
+ "device_version": "1.1.0"
+ },
+ "features": {
+ "encoder": true,
+ "bootmagic": true,
+ "mousekey": true,
+ "extrakey": true,
+ "console": true,
+ "command": false,
+ "nkro": true
+ },
+ "diode_direction": "COL2ROW",
+ "matrix_pins": {
+ "cols": ["GP24", "GP23", "GP21", "GP20", "GP3"],
+ "rows": ["GP2", "GP11", "GP10", "GP9", "GP8"]
+ },
+ "encoder": {
+ "rotary": [
+ { "pin_a": "GP25", "pin_b": "GP28", "resolution": 2 },
+ { "pin_a": "GP1", "pin_b": "GP0", "resolution": 2 }
+ ]
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ { "matrix": [0, 0], "x": 0.0, "y": 0.0 },
+ { "matrix": [0, 4], "x": 4.0, "y": 0.0 },
+ { "matrix": [1, 0], "x": 0.0, "y": 2.0 },
+ { "matrix": [1, 1], "x": 1.0, "y": 2.0 },
+ { "matrix": [1, 2], "x": 2.0, "y": 2.0 },
+ { "matrix": [1, 3], "x": 3.0, "y": 2.0 },
+ { "matrix": [1, 4], "x": 4.0, "y": 2.0 },
+ { "matrix": [2, 0], "x": 0.0, "y": 3.0 },
+ { "matrix": [2, 1], "x": 1.0, "y": 3.0 },
+ { "matrix": [2, 2], "x": 2.0, "y": 3.0 },
+ { "matrix": [2, 3], "x": 3.0, "y": 3.0 },
+ { "matrix": [2, 4], "x": 4.0, "y": 3.0 },
+ { "matrix": [3, 0], "x": 0.0, "y": 4.0 },
+ { "matrix": [3, 1], "x": 1.0, "y": 4.0 },
+ { "matrix": [3, 2], "x": 2.0, "y": 4.0 },
+ { "matrix": [3, 3], "x": 3.0, "y": 4.0 },
+ { "matrix": [3, 4], "x": 4.0, "y": 4.0 },
+ { "matrix": [4, 0], "x": 0.0, "y": 5.0 },
+ { "matrix": [4, 1], "x": 1.0, "y": 5.0 },
+ { "matrix": [4, 2], "x": 2.0, "y": 5.0 },
+ { "matrix": [4, 3], "x": 3.0, "y": 5.0 },
+ { "matrix": [4, 4], "x": 4.0, "y": 5.0 }
+ ]
+ }
+ }
+}