summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/convolution/rev1/info.json
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2022-12-12 21:50:23 -0500
committerGitHub <noreply@github.com>2022-12-12 18:50:23 -0800
commite25672baef4f4aa2a6566cd279bca701a54b5d72 (patch)
tree372e55b663b6bb9c5a08d71c5eb82c3b4d28c8a7 /keyboards/keebio/convolution/rev1/info.json
parente444cf95784ad454872cf1ef2440004596de196f (diff)
[Keyboard] Add Convolution Rev. 1 PCB (#19283)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/keebio/convolution/rev1/info.json')
-rw-r--r--keyboards/keebio/convolution/rev1/info.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/keyboards/keebio/convolution/rev1/info.json b/keyboards/keebio/convolution/rev1/info.json
new file mode 100644
index 0000000000..ef3107905c
--- /dev/null
+++ b/keyboards/keebio/convolution/rev1/info.json
@@ -0,0 +1,49 @@
+{
+ "keyboard_name": "Convolution Rev. 1",
+ "usb": {
+ "pid": "0x145F",
+ "device_version": "1.0.0"
+ },
+ "processor": "RP2040",
+ "bootloader": "rp2040",
+ "debounce": 5,
+ "diode_direction": "COL2ROW",
+ "features": {
+ "console": true,
+ "rgblight": false,
+ "backlight": false,
+ "rgb_matrix": true,
+ },
+ "matrix_pins": {
+ "cols": ["GP0", "GP4", "GP9", "GP8", "GP20", "GP21", "GP23", "GP24", "GP17"],
+ "rows": ["GP29", "GP28", "GP27", "GP25", "GP22", "GP1", "GP2", "GP3", "GP5", "GP10"]
+ },
+ "encoder": {
+ "enabled": true,
+ "rotary": [
+ {"pin_a": "GP19", "pin_b": "GP18" },
+ {"pin_a": "GP14", "pin_b": "GP15" }
+ ]
+ },
+ "rgb_matrix": {
+ "driver": "WS2812",
+ "layout": [
+ { "flags": 2, "x": 12, "y": 13 },
+ { "flags": 2, "x": 40, "y": 13 },
+ { "flags": 2, "x": 77, "y": 13 },
+ { "flags": 2, "x": 101, "y": 13 },
+ { "flags": 2, "x": 126, "y": 13 },
+ { "flags": 2, "x": 150, "y": 13 },
+ { "flags": 2, "x": 181, "y": 13 },
+ { "flags": 2, "x": 212, "y": 13 },
+ { "flags": 2, "x": 212, "y": 51 },
+ { "flags": 2, "x": 181, "y": 51 },
+ { "flags": 2, "x": 149, "y": 51 },
+ { "flags": 2, "x": 121, "y": 51 },
+ { "flags": 2, "x": 101, "y": 51 },
+ { "flags": 2, "x": 75, "y": 51 },
+ { "flags": 2, "x": 43, "y": 51 },
+ { "flags": 2, "x": 12, "y": 51 }
+ ]
+ }
+}