aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-09-02 17:08:35 +0000
committerGitHub <noreply@github.com>2021-09-02 18:08:35 +0100
commit0290dd35471a6649c878c590fb9b4798940d05b2 (patch)
treef784f76d3b24fd0aa853e3551a86a054a6c8dba6
parent98a2e9dc0ef7b18826e21af75fd24861ac683173 (diff)
downloadqmk_firmware-0290dd35471a6649c878c590fb9b4798940d05b2.tar.gz
qmk_firmware-0290dd35471a6649c878c590fb9b4798940d05b2.zip
Yoichiro Lunakey Macro: correct Configurator key sequence (#14276)
* apply human-friendly formatting to info.json * correct Configurator key sequence
-rw-r--r--keyboards/yoichiro/lunakey_macro/info.json68
1 files changed, 13 insertions, 55 deletions
diff --git a/keyboards/yoichiro/lunakey_macro/info.json b/keyboards/yoichiro/lunakey_macro/info.json
index 25e3bd8d3..c96ad29ab 100644
--- a/keyboards/yoichiro/lunakey_macro/info.json
+++ b/keyboards/yoichiro/lunakey_macro/info.json
@@ -7,61 +7,19 @@
7 "layouts": { 7 "layouts": {
8 "LAYOUT": { 8 "LAYOUT": {
9 "layout": [ 9 "layout": [
10 { 10 {"label":"0,0", "x":0.5, "y":0.5},
11 "label": "0,2", 11 {"label":"0,1", "x":1.5, "y":0.175},
12 "x": 2.5, 12 {"label":"0,2", "x":2.5, "y":0},
13 "y": 0 13 {"label":"0,3", "x":3.5, "y":0.5},
14 }, 14
15 { 15 {"label":"1,0", "x":0.5, "y":1.5},
16 "label": "0,1", 16 {"label":"1,1", "x":1.5, "y":1.175},
17 "x": 1.5, 17 {"label":"1,2", "x":2.5, "y":1},
18 "y": 0.175 18 {"label":"1,3", "x":3.5, "y":1.5},
19 }, 19
20 { 20 {"label":"2,0", "x":0, "y":3},
21 "label": "0,0", 21 {"label":"2,1", "x":1, "y":2.75},
22 "x": 0.5, 22 {"label":"2,2", "x":2, "y":3}
23 "y": 0.5
24 },
25 {
26 "label": "0,3",
27 "x": 3.5,
28 "y": 0.5
29 },
30 {
31 "label": "1,2",
32 "x": 2.5,
33 "y": 1
34 },
35 {
36 "label": "1,1",
37 "x": 1.5,
38 "y": 1.175
39 },
40 {
41 "label": "1,0",
42 "x": 0.5,
43 "y": 1.5
44 },
45 {
46 "label": "1,3",
47 "x": 3.5,
48 "y": 1.5
49 },
50 {
51 "label": "2,1",
52 "x": 1,
53 "y": 2.75
54 },
55 {
56 "label": "2,0",
57 "x": 0,
58 "y": 3
59 },
60 {
61 "label": "2,2",
62 "x": 2,
63 "y": 3
64 }
65 ] 23 ]
66 } 24 }
67 } 25 }