~ruther/qmk_firmware

156ed69b46b36fa8baaa72721085d632d34ea5be — Ibnu Daru Aji 5 years ago 7c7078f
Fixing  squiggle's `layout`s in the config.qmk.fm (#10019)

* the `layout`s in `info.json` should actually reflects the `layout`s
macros in the `rev1/rev1.h`.

* fixed complicated's thumb keys.
1 files changed, 53 insertions(+), 53 deletions(-)

M keyboards/squiggle/rev1/info.json
M keyboards/squiggle/rev1/info.json => keyboards/squiggle/rev1/info.json +53 -53
@@ 13,39 13,39 @@
                {"label":"r", "x":3, "y":0.1},
                {"label":"t", "x":4, "y":0.15},

                {"label":"a", "x":0, "y":1.9},
                {"label":"s", "x":1, "y":1.2},
                {"label":"d", "x":2, "y":1},
                {"label":"f", "x":3, "y":1.1},
                {"label":"g", "x":4, "y":1.15},

                {"label":"z", "x":0, "y":2.9},
                {"label":"x", "x":1, "y":2.2},
                {"label":"c", "x":2, "y":2},
                {"label":"v", "x":3, "y":2.1},
                {"label":"b", "x":4, "y":2.15},

                {"label":"bspc/lwr", "x":3, "y":3.6, "h":2},
                {"label":"esc/sft", "x":4, "y":3.65, "h":2},

                {"label":"y", "x":5, "y":0.15},
                {"label":"u", "x":6, "y":0.1},
                {"label":"i", "x":7, "y":0},
                {"label":"o", "x":8, "y":0.2},
                {"label":"p", "x":9, "y":0.9},

                {"label":"a", "x":0, "y":1.9},
                {"label":"s", "x":1, "y":1.2},
                {"label":"d", "x":2, "y":1},
                {"label":"f", "x":3, "y":1.1},
                {"label":"g", "x":4, "y":1.15},

                {"label":"h", "x":5, "y":1.15},
                {"label":"j", "x":6, "y":1.1},
                {"label":"k", "x":7, "y":1},
                {"label":"l", "x":8, "y":1.2},
                {"label":"'", "x":9, "y":1.9},

                {"label":"z", "x":0, "y":2.9},
                {"label":"x", "x":1, "y":2.2},
                {"label":"c", "x":2, "y":2},
                {"label":"v", "x":3, "y":2.1},
                {"label":"b", "x":4, "y":2.15},

                {"label":"n", "x":5, "y":2.15},
                {"label":"m", "x":6, "y":2.1},
                {"label":",", "x":7, "y":2},
                {"label":".", "x":8, "y":2.2},
                {"label":"/", "x":9, "y":2.9},

                {"label":"bspc/lwr", "x":3, "y":3.6, "h":2},
                {"label":"esc/sft", "x":4, "y":3.65, "h":2},

                {"label":"ent/alt", "x":5, "y":3.65, "h":2},
                {"label":"spc/ris", "x":6, "y":3.6, "h":2}
            ]


@@ 58,43 58,43 @@
                {"label":"r", "x":3, "y":0.1},
                {"label":"t", "x":4, "y":0.15},

                {"label":"a", "x":0, "y":1.9},
                {"label":"s", "x":1, "y":1.2},
                {"label":"d", "x":2, "y":1},
                {"label":"f", "x":3, "y":1.1},
                {"label":"g", "x":4, "y":1.15},

                {"label":"z", "x":0, "y":2.9},
                {"label":"x", "x":1, "y":2.2},
                {"label":"c", "x":2, "y":2},
                {"label":"v", "x":3, "y":2.1},
                {"label":"b", "x":4, "y":2.15},

                {"label":"lower", "x":2, "y":3.6, "h":2},
                {"label":"bspc", "x":3, "y":3.6, "h":2},
                {"label":"esc/sft", "x":4, "y":3.65, "h":2},

                {"label":"y", "x":5, "y":0.15},
                {"label":"u", "x":6, "y":0.1},
                {"label":"i", "x":7, "y":0},
                {"label":"o", "x":8, "y":0.2},
                {"label":"p", "x":9, "y":0.9},

                {"label":"a", "x":0, "y":1.9},
                {"label":"s", "x":1, "y":1.2},
                {"label":"d", "x":2, "y":1},
                {"label":"f", "x":3, "y":1.1},
                {"label":"g", "x":4, "y":1.15},

                {"label":"h", "x":5, "y":1.15},
                {"label":"j", "x":6, "y":1.1},
                {"label":"k", "x":7, "y":1},
                {"label":"l", "x":8, "y":1.2},
                {"label":"'", "x":9, "y":1.9},

                {"label":"z", "x":0, "y":2.9},
                {"label":"x", "x":1, "y":2.2},
                {"label":"c", "x":2, "y":2},
                {"label":"v", "x":3, "y":2.1},
                {"label":"b", "x":4, "y":2.15},

                {"label":"n", "x":5, "y":2.15},
                {"label":"m", "x":6, "y":2.1},
                {"label":",", "x":7, "y":2},
                {"label":".", "x":8, "y":2.2},
                {"label":"/", "x":9, "y":2.9},

                {"label":"lower", "x":2, "y":3.6, "h":1.25},
                {"label":"bspc", "x":3, "y":3.6, "h":2},
                {"label":"esc/sft", "x":4, "y":3.65, "h":2},

                {"label":"ent/alt", "x":5, "y":3.65, "h":2},
                {"label":"spc", "x":6, "y":3.6, "h":2},
                {"label":"raise", "x":7, "y":3.6, "h":2}
                {"label":"raise", "x":7, "y":3.6, "h":1.25}
            ]
        },
        "LAYOUT_complicated": {


@@ 105,45 105,45 @@
                {"label":"r", "x":3, "y":0.1},
                {"label":"t", "x":4, "y":0.15},

                {"label":"a", "x":0, "y":1.9},
                {"label":"s", "x":1, "y":1.2},
                {"label":"d", "x":2, "y":1},
                {"label":"f", "x":3, "y":1.1},
                {"label":"g", "x":4, "y":1.15},

                {"label":"z", "x":0, "y":2.9},
                {"label":"x", "x":1, "y":2.2},
                {"label":"c", "x":2, "y":2},
                {"label":"v", "x":3, "y":2.1},
                {"label":"b", "x":4, "y":2.15},

                {"label":"bspc", "x":3, "y":3.6, "h":2},
                {"label":"esc/sft", "x":4, "y":3.65, "h":2},
                {"label":"lower", "x":3, "y":4.6, "h":2},
                {"label":"gui", "x":4, "y":4.65, "h":2},

                {"label":"y", "x":5, "y":0.15},
                {"label":"u", "x":6, "y":0.1},
                {"label":"i", "x":7, "y":0},
                {"label":"o", "x":8, "y":0.2},
                {"label":"p", "x":9, "y":0.9},

                {"label":"a", "x":0, "y":1.9},
                {"label":"s", "x":1, "y":1.2},
                {"label":"d", "x":2, "y":1},
                {"label":"f", "x":3, "y":1.1},
                {"label":"g", "x":4, "y":1.15},

                {"label":"h", "x":5, "y":1.15},
                {"label":"j", "x":6, "y":1.1},
                {"label":"k", "x":7, "y":1},
                {"label":"l", "x":8, "y":1.2},
                {"label":"'", "x":9, "y":1.9},

                {"label":"z", "x":0, "y":2.9},
                {"label":"x", "x":1, "y":2.2},
                {"label":"c", "x":2, "y":2},
                {"label":"v", "x":3, "y":2.1},
                {"label":"b", "x":4, "y":2.15},

                {"label":"n", "x":5, "y":2.15},
                {"label":"m", "x":6, "y":2.1},
                {"label":",", "x":7, "y":2},
                {"label":".", "x":8, "y":2.2},
                {"label":"/", "x":9, "y":2.9},

                {"label":"ent/alt", "x":5, "y":3.65, "h":2},
                {"label":"spc", "x":6, "y":3.6, "h":2},
                {"label":"tab", "x":5, "y":4.65, "h":2},
                {"label":"raise", "x":6, "y":4.6, "h":2}
                {"label":"bspc", "x":3, "y":3.6, "h":1},
                {"label":"esc/sft", "x":4, "y":3.65, "h":1},
                {"label":"ent/alt", "x":5, "y":3.65, "h":1},
                {"label":"spc", "x":6, "y":3.6, "h":1},

                {"label":"lower", "x":3, "y":4.6, "h":1},
                {"label":"gui", "x":4, "y":4.65, "h":1},
                {"label":"tab", "x":5, "y":4.65, "h":1},
                {"label":"raise", "x":6, "y":4.6, "h":1}
            ]
        }
    }