aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-08-02 20:17:06 -0700
committerGitHub <noreply@github.com>2021-08-03 13:17:06 +1000
commit2d78a43556b8d54657630663b8121dc2294732aa (patch)
tree54d1d98a4a02810ecc9420f0709836b059345734
parentfd9d531bd9554ee3200b2bbb65f39a4833e02ab3 (diff)
downloadqmk_firmware-2d78a43556b8d54657630663b8121dc2294732aa.tar.gz
qmk_firmware-2d78a43556b8d54657630663b8121dc2294732aa.zip
capsunlocked/cu7: fix missing key object (#13862)
Adds a key object for the encoder keypress.
-rw-r--r--keyboards/capsunlocked/cu7/info.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/keyboards/capsunlocked/cu7/info.json b/keyboards/capsunlocked/cu7/info.json
index 1ce2a80a1..f679f1ed2 100644
--- a/keyboards/capsunlocked/cu7/info.json
+++ b/keyboards/capsunlocked/cu7/info.json
@@ -6,7 +6,17 @@
6 "height": 4.5, 6 "height": 4.5,
7 "layouts": { 7 "layouts": {
8 "LAYOUT": { 8 "LAYOUT": {
9 "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}] 9 "layout": [
10 {"x":0.5, "y":0, "w":2, "h":2},
11
12 {"x":0, "y":2.5},
13 {"x":1, "y":2.5},
14 {"x":2, "y":2.5},
15
16 {"x":0, "y":3.5},
17 {"x":1, "y":3.5},
18 {"x":2, "y":3.5}
19 ]
10 } 20 }
11 } 21 }
12} 22}