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

Adds a key object for the encoder keypress.
master
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
1 changed files with 11 additions and 1 deletions

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