summaryrefslogtreecommitdiff
path: root/keyboards/tempo_turtle/bradpad/info.json
diff options
context:
space:
mode:
authorwxyangf <wxf@wxf.moe>2021-05-16 18:34:18 -0400
committerGitHub <noreply@github.com>2021-05-16 15:34:18 -0700
commit6d1f0598684f250256f68f85e673109675e8be86 (patch)
treee66e0d9a71ab37e615d3386ad2b78724e78c6247 /keyboards/tempo_turtle/bradpad/info.json
parent3e1fa8cd319bccfaa666c63f1741b2bbabf27b78 (diff)
[Keyboard] Added bradpad support (#12912)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/tempo_turtle/bradpad/info.json')
-rw-r--r--keyboards/tempo_turtle/bradpad/info.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/tempo_turtle/bradpad/info.json b/keyboards/tempo_turtle/bradpad/info.json
new file mode 100644
index 0000000000..37125e64e4
--- /dev/null
+++ b/keyboards/tempo_turtle/bradpad/info.json
@@ -0,0 +1,28 @@
+{
+ "keyboard_name": "bradpad",
+ "url": "https://tempoturtle.com",
+ "maintainer": "wxyangf",
+ "width": 4,
+ "height": 5,
+ "diode_direction": "ROW2COL",
+ "matrix_pins":{
+ "rows":["B7", "D5", "C7", "D2", "D3"],
+ "cols":["D7", "E6", "B4", "F1"]
+ },
+ "usb":{
+ "vid":"0x7474",
+ "pid":"0x6270",
+ "device_ver":"0x0001"
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout":[
+ {"x": 0, "y":0},{"x": 1, "y":0},{"x": 2, "y":0},{"x": 3, "y":0},
+ {"x": 0, "y":1},{"x": 1, "y":1},{"x": 2, "y":1},{"x": 3, "y":1},
+ {"x": 0, "y":2},{"x": 1, "y":2},{"x": 2, "y":2},{"x": 3, "y":2},
+ {"x": 0, "y":3},{"x": 1, "y":3},{"x": 2, "y":3},{"x": 3, "y":3},
+ {"x": 0, "y":4, "w":2},{"x": 2, "y":4,"w":2}
+ ]
+ }
+ }
+}