~ruther/qmk_firmware

2d78a43556b8d54657630663b8121dc2294732aa — James Young 4 years ago fd9d531
capsunlocked/cu7: fix missing key object (#13862)

Adds a key object for the encoder keypress.
1 files changed, 11 insertions(+), 1 deletions(-)

M keyboards/capsunlocked/cu7/info.json
M keyboards/capsunlocked/cu7/info.json => keyboards/capsunlocked/cu7/info.json +11 -1
@@ 6,7 6,17 @@
    "height": 4.5,
    "layouts": {
        "LAYOUT": {
            "layout": [{"x":0, "y":2.5}, {"x":1, "y":2.5}, {"x":2, "y":2.5}, {"x":0, "y":3.5}, {"x":1, "y":3.5}, {"x":2, "y":3.5}]
            "layout": [
                {"x":0.5, "y":0, "w":2, "h":2},

                {"x":0, "y":2.5},
                {"x":1, "y":2.5},
                {"x":2, "y":2.5},

                {"x":0, "y":3.5},
                {"x":1, "y":3.5},
                {"x":2, "y":3.5}
            ]
        }
    }
}