1
0
Fork 0

capsunlocked/cu7: fix missing key object (#13862)

Adds a key object for the encoder keypress.
This commit is contained in:
James Young 2021-08-02 20:17:06 -07:00 committed by GitHub
parent fd9d531bd9
commit 2d78a43556
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}
]
}
}
}