summaryrefslogtreecommitdiff
path: root/keyboards/synthlabs/solo/info.json
diff options
context:
space:
mode:
authorNostril <hong.aaron.c@gmail.com>2022-04-12 22:50:38 -0700
committerGitHub <noreply@github.com>2022-04-12 22:50:38 -0700
commite1c777a1c993efa6c739fde71f995ee386456237 (patch)
tree331fe92fadd726a7b8fc987297c0f93cf98aab7f /keyboards/synthlabs/solo/info.json
parent8cc86490aac59a93ece62229cc93097a17420fa5 (diff)
[Keyboard] Add Synth Labs Solo keyboard (#16103)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/synthlabs/solo/info.json')
-rw-r--r--keyboards/synthlabs/solo/info.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/keyboards/synthlabs/solo/info.json b/keyboards/synthlabs/solo/info.json
new file mode 100644
index 0000000000..18a144a8b3
--- /dev/null
+++ b/keyboards/synthlabs/solo/info.json
@@ -0,0 +1,43 @@
+{
+ "keyboard_name": "Synth Labs Solo",
+ "url": "http://solo.synthlabs.io",
+ "maintainer": "hongaaronc",
+ "bootloader": "atmel-dfu",
+ "processor": "atmega32u4",
+ "debounce": 5,
+ "matrix_pins": {
+ "direct": [
+ ["C6", "D6", "B5", "B4", "D7", "B6", "D4"],
+ [null, "B7", null, null, null, null, null],
+ ["F0", "F7", "F4", "F5", "F6", "F1", "C7"]
+ ]
+ },
+ "usb": {
+ "vid": "0x534E",
+ "pid": "0x3031",
+ "device_ver": "0x0001"
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label":"P2 1", "x":3, "y":0, "w":0.5, "h":1.5, "matrix":[0,0]},
+ {"label":"P1 2", "x":3.5, "y":0, "w":0.5, "h":1.5, "matrix":[0,1]},
+ {"label":"P2 3", "x":4, "y":0, "w":0.5, "h":1.5, "matrix":[0,2]},
+ {"label":"P1 4", "x":4.5, "y":0, "w":0.5, "h":1.5, "matrix":[0,3]},
+ {"label":"P2 5", "x":5, "y":0, "w":0.5, "h":1.5, "matrix":[0,4]},
+ {"label":"P1 6", "x":5.5, "y":0, "w":0.5, "h":1.5, "matrix":[0,5]},
+ {"label":"P2 7", "x":6, "y":0, "w":0.5, "h":1.5, "matrix":[0,6]},
+ {"label":"Knob Press", "x":0.5, "y":1, "w":1.5, "h":1.5, "matrix":[1,1]},
+ {"label":"Knob CCW", "x":0, "y":1.25, "w":0.5, "matrix":[1,0]},
+ {"label":"Knob CW", "x":2, "y":1.25, "w":0.5, "matrix":[1,2]},
+ {"label":"P1 1", "x":3, "y":2, "w":0.5, "h":1.5, "matrix":[2,0]},
+ {"label":"P2 2", "x":3.5, "y":2, "w":0.5, "h":1.5, "matrix":[2,1]},
+ {"label":"P1 3", "x":4, "y":2, "w":0.5, "h":1.5, "matrix":[2,2]},
+ {"label":"P2 4", "x":4.5, "y":2, "w":0.5, "h":1.5, "matrix":[2,3]},
+ {"label":"P1 5", "x":5, "y":2, "w":0.5, "h":1.5, "matrix":[2,4]},
+ {"label":"P2 6", "x":5.5, "y":2, "w":0.5, "h":1.5, "matrix":[2,5]},
+ {"label":"P1 7", "x":6, "y":2, "w":0.5, "h":1.5, "matrix":[2,6]}
+ ]
+ }
+ }
+}