From b223599767eda0d94b99d0ae0ca427a8a9703058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayta=C3=A7=20Kayadelen?= Date: Sat, 6 Jan 2024 19:39:13 +0100 Subject: [PATCH] move chroma leds 30 units higher --- kb_layouts/Extra Features/chroma.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/kb_layouts/Extra Features/chroma.json b/kb_layouts/Extra Features/chroma.json index 0705b04..41de528 100644 --- a/kb_layouts/Extra Features/chroma.json +++ b/kb_layouts/Extra Features/chroma.json @@ -7,7 +7,7 @@ "tag": 291, "font_size": 12, "margin_left": 40.0, - "margin_top": -30.0, + "margin_top": -70.0, "width": 30.0, "height": 30.0, "width_bits": 6, @@ -15,14 +15,15 @@ "margin_left_bits": 2, "margin_top_bits": -6, "enabled": true, - "absolute_location": true + "absolute_location": true, + "line_break": true }, { "visualName": "CL2", "tag": 292, "font_size": 12, "margin_left": 20.0, - "margin_top": -70.0, + "margin_top": -110.0, "width": 30.0, "height": 30.0, "width_bits": 6, @@ -37,7 +38,7 @@ "tag": 293, "font_size": 12, "margin_left": 60.0, - "margin_top": -70.0, + "margin_top": -110.0, "width": 30.0, "height": 30.0, "width_bits": 6, @@ -52,7 +53,7 @@ "tag": 294, "font_size": 12, "margin_left": 20.0, - "margin_top": -110.0, + "margin_top": -150.0, "width": 30.0, "height": 30.0, "width_bits": 6, @@ -67,7 +68,7 @@ "tag": 295, "font_size": 12, "margin_left": 60.0, - "margin_top": -110.0, + "margin_top": -150.0, "width": 30.0, "height": 30.0, "width_bits": 6, @@ -78,4 +79,4 @@ "absolute_location": true } ] -} \ No newline at end of file +}