From 52a5949917ba9608fff3ac950310af2affdd2b6c Mon Sep 17 00:00:00 2001
From: James Young <18669334+noroadsleft@users.noreply.github.com>
Date: Fri, 7 Oct 2022 19:04:07 -0700
Subject: Synth Labs Solo Configurator Fixes (#18642)

* info.json: apply friendly formatting

- four-space indent
- line breaks between physical rows

* info.json: fix key sequence

* info.json: fix layout macro reference

The macro `LAYOUT` doesn't exist - this data should reference `LAYOUT_all`.

* info.json: add LAYOUT_left data

* info.json: add LAYOUT_right data

* info.json: correct LAYOUT_right key sequence and positioning
---
 keyboards/synthlabs/solo/info.json | 114 ++++++++++++++++++++++++-------------
 1 file changed, 74 insertions(+), 40 deletions(-)

diff --git a/keyboards/synthlabs/solo/info.json b/keyboards/synthlabs/solo/info.json
index 3fd7b1b8f3..9fc26e0ab4 100644
--- a/keyboards/synthlabs/solo/info.json
+++ b/keyboards/synthlabs/solo/info.json
@@ -1,44 +1,78 @@
 {
-  "keyboard_name": "Solo",
-  "manufacturer": "Synth Labs",
-  "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_version": "0.0.1"
-  },
-  "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]}
+    "keyboard_name": "Solo",
+    "manufacturer": "Synth Labs",
+    "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_version": "0.0.1"
+    },
+    "layouts": {
+        "LAYOUT_all": {
+            "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 CCW", "x":0, "y":1.25, "w":0.5, "matrix":[1,0]},
+                {"label":"Knob Press", "x":0.5, "y":1, "w":1.5, "h":1.5, "matrix":[1,1]},
+                {"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]}
+            ]
+        },
+        "LAYOUT_left": {
+            "layout": [
+                {"label":"P1 2", "x":3.5, "y":0, "w":0.5, "h":1.5, "matrix":[0,1]},
+                {"label":"P1 4", "x":4.5, "y":0, "w":0.5, "h":1.5, "matrix":[0,3]},
+                {"label":"P1 6", "x":5.5, "y":0, "w":0.5, "h":1.5, "matrix":[0,5]},
+
+                {"label":"Knob CCW", "x":0, "y":1.25, "w":0.5, "matrix":[1,0]},
+                {"label":"Knob Press", "x":0.5, "y":1, "w":1.5, "h":1.5, "matrix":[1,1]},
+                {"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":"P1 3", "x":4, "y":2, "w":0.5, "h":1.5, "matrix":[2,2]},
+                {"label":"P1 5", "x":5, "y":2, "w":0.5, "h":1.5, "matrix":[2,4]},
+                {"label":"P1 7", "x":6, "y":2, "w":0.5, "h":1.5, "matrix":[2,6]}
+            ]
+        },
+        "LAYOUT_right": {
+            "layout": [
+                {"label":"P2 6", "x":0.5, "y":0, "w":0.5, "h":1.5, "matrix":[2,5]},
+                {"label":"P2 4", "x":1.5, "y":0, "w":0.5, "h":1.5, "matrix":[2,3]},
+                {"label":"P2 2", "x":2.5, "y":0, "w":0.5, "h":1.5, "matrix":[2,1]},
+
+                {"label":"Knob CCW", "x":4, "y":1.25, "w":0.5, "matrix":[1,0] },
+                {"label":"Knob Press", "x":4.5, "y":1, "w":1.5, "h":1.5, "matrix":[1,1]},
+                {"label":"Knob CW", "x":6, "y":1.25, "w":0.5, "matrix":[1,2]},
+
+                {"label":"P2 7", "x":0, "y":2, "w":0.5, "h":1.5, "matrix":[0,6]},
+                {"label":"P2 5", "x":1, "y":2, "w":0.5, "h":1.5, "matrix":[0,4]},
+                {"label":"P2 3", "x":2, "y":2, "w":0.5, "h":1.5, "matrix":[0,2]},
+                {"label":"P2 1", "x":3, "y":2, "w":0.5, "h":1.5, "matrix":[0,0]}
+            ]
+        }
     }
-  }
 }
-- 
cgit v1.2.3