~ruther/qmk_firmware

b73f8de10b6f022fc4830b51d66bcf7691289f1b — James Young 4 years ago af083b4
correct Configurator layout data (#13448)

The object for the rotary encoder was not previously included in the layout data.
1 files changed, 54 insertions(+), 49 deletions(-)

M keyboards/keyprez/corgi/info.json
M keyboards/keyprez/corgi/info.json => keyboards/keyprez/corgi/info.json +54 -49
@@ 2,59 2,64 @@
    "keyboard_name": "corgi",
    "url": "",
    "maintainer": "Christian Sandven",
    "width": 12,
    "width": 13,
    "height": 4,
    "layouts": {
        "LAYOUT": {
            "layout": [
                { "w": 1, "x": 0, "y": 0 },
                { "w": 1, "x": 1, "y": 0 },
                { "w": 1, "x": 2, "y": 0 },
                { "w": 1, "x": 3, "y": 0 },
                { "w": 1, "x": 4, "y": 0 },
                { "w": 1, "x": 5, "y": 0 },
                { "w": 1, "x": 6, "y": 0 },
                { "w": 1, "x": 7, "y": 0 },
                { "w": 1, "x": 8, "y": 0 },
                { "w": 1, "x": 9, "y": 0 },
                { "w": 1, "x": 10, "y": 0 },
                { "w": 1, "x": 11, "y": 0 },
                { "w": 1, "x": 0, "y": 1 },
                { "w": 1, "x": 1, "y": 1 },
                { "w": 1, "x": 2, "y": 1 },
                { "w": 1, "x": 3, "y": 1 },
                { "w": 1, "x": 4, "y": 1 },
                { "w": 1, "x": 5, "y": 1 },
                { "w": 1, "x": 6, "y": 1 },
                { "w": 1, "x": 7, "y": 1 },
                { "w": 1, "x": 8, "y": 1 },
                { "w": 1, "x": 9, "y": 1 },
                { "w": 1, "x": 10, "y": 1 },
                { "w": 1, "x": 11, "y": 1 },
                { "w": 1, "x": 0, "y": 2 },
                { "w": 1, "x": 1, "y": 2 },
                { "w": 1, "x": 2, "y": 2 },
                { "w": 1, "x": 3, "y": 2 },
                { "w": 1, "x": 4, "y": 2 },
                { "w": 1, "x": 5, "y": 2 },
                { "w": 1, "x": 6, "y": 2 },
                { "w": 1, "x": 7, "y": 2 },
                { "w": 1, "x": 8, "y": 2 },
                { "w": 1, "x": 9, "y": 2 },
                { "w": 1, "x": 10, "y": 2 },
                { "w": 1, "x": 11, "y": 2 },
                { "w": 1, "x": 0, "y": 3 },
                { "w": 1, "x": 1, "y": 3 },
                { "w": 1, "x": 2, "y": 3 },
                { "w": 1, "x": 3, "y": 3 },
                { "w": 1, "x": 4, "y": 3 },
                { "w": 1, "x": 5, "y": 3 },
                { "w": 1, "x": 6, "y": 3 },
                { "w": 1, "x": 7, "y": 3 },
                { "w": 1, "x": 8, "y": 3 },
                { "w": 1, "x": 9, "y": 3 },
                { "w": 1, "x": 10, "y": 3 },
                { "w": 1, "x": 11, "y": 3 }
                {"x":1, "y":0},
                {"x":2, "y":0},
                {"x":3, "y":0},
                {"x":4, "y":0},
                {"x":5, "y":0},
                {"x":6, "y":0},
                {"x":7, "y":0},
                {"x":8, "y":0},
                {"x":9, "y":0},
                {"x":10, "y":0},
                {"x":11, "y":0},
                {"x":12, "y":0},

                {"x":1, "y":1},
                {"x":2, "y":1},
                {"x":3, "y":1},
                {"x":4, "y":1},
                {"x":5, "y":1},
                {"x":6, "y":1},
                {"x":7, "y":1},
                {"x":8, "y":1},
                {"x":9, "y":1},
                {"x":10, "y":1},
                {"x":11, "y":1},
                {"x":12, "y":1},

                {"x":1, "y":2},
                {"x":2, "y":2},
                {"x":3, "y":2},
                {"x":4, "y":2},
                {"x":5, "y":2},
                {"x":6, "y":2},
                {"x":7, "y":2},
                {"x":8, "y":2},
                {"x":9, "y":2},
                {"x":10, "y":2},
                {"x":11, "y":2},
                {"x":12, "y":2},

                {"x":1, "y":3},
                {"x":2, "y":3},
                {"x":3, "y":3},
                {"x":4, "y":3},
                {"x":5, "y":3},
                {"x":6, "y":3},
                {"x":7, "y":3},
                {"x":8, "y":3},
                {"x":9, "y":3},
                {"x":10, "y":3},
                {"x":11, "y":3},
                {"x":12, "y":3},

                {"x":0, "y":3}
            ]
        }
    }