diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-07-04 15:40:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-04 23:40:31 +0100 |
| commit | b73f8de10b6f022fc4830b51d66bcf7691289f1b (patch) | |
| tree | 5a44edd73fd88542616e6dc75658e4f947569b29 /keyboards/keyprez | |
| parent | af083b41cdafd867ded1952f277617c6cc304292 (diff) | |
| download | qmk_firmware-b73f8de10b6f022fc4830b51d66bcf7691289f1b.tar.gz qmk_firmware-b73f8de10b6f022fc4830b51d66bcf7691289f1b.zip | |
correct Configurator layout data (#13448)
The object for the rotary encoder was not previously included in the layout data.
Diffstat (limited to 'keyboards/keyprez')
| -rw-r--r-- | keyboards/keyprez/corgi/info.json | 103 |
1 files changed, 54 insertions, 49 deletions
diff --git a/keyboards/keyprez/corgi/info.json b/keyboards/keyprez/corgi/info.json index 4a40c9c70..4178aef00 100644 --- a/keyboards/keyprez/corgi/info.json +++ b/keyboards/keyprez/corgi/info.json | |||
| @@ -2,59 +2,64 @@ | |||
| 2 | "keyboard_name": "corgi", | 2 | "keyboard_name": "corgi", |
| 3 | "url": "", | 3 | "url": "", |
| 4 | "maintainer": "Christian Sandven", | 4 | "maintainer": "Christian Sandven", |
| 5 | "width": 12, | 5 | "width": 13, |
| 6 | "height": 4, | 6 | "height": 4, |
| 7 | "layouts": { | 7 | "layouts": { |
| 8 | "LAYOUT": { | 8 | "LAYOUT": { |
| 9 | "layout": [ | 9 | "layout": [ |
| 10 | { "w": 1, "x": 0, "y": 0 }, | 10 | {"x":1, "y":0}, |
| 11 | { "w": 1, "x": 1, "y": 0 }, | 11 | {"x":2, "y":0}, |
| 12 | { "w": 1, "x": 2, "y": 0 }, | 12 | {"x":3, "y":0}, |
| 13 | { "w": 1, "x": 3, "y": 0 }, | 13 | {"x":4, "y":0}, |
| 14 | { "w": 1, "x": 4, "y": 0 }, | 14 | {"x":5, "y":0}, |
| 15 | { "w": 1, "x": 5, "y": 0 }, | 15 | {"x":6, "y":0}, |
| 16 | { "w": 1, "x": 6, "y": 0 }, | 16 | {"x":7, "y":0}, |
| 17 | { "w": 1, "x": 7, "y": 0 }, | 17 | {"x":8, "y":0}, |
| 18 | { "w": 1, "x": 8, "y": 0 }, | 18 | {"x":9, "y":0}, |
| 19 | { "w": 1, "x": 9, "y": 0 }, | 19 | {"x":10, "y":0}, |
| 20 | { "w": 1, "x": 10, "y": 0 }, | 20 | {"x":11, "y":0}, |
| 21 | { "w": 1, "x": 11, "y": 0 }, | 21 | {"x":12, "y":0}, |
| 22 | { "w": 1, "x": 0, "y": 1 }, | 22 | |
| 23 | { "w": 1, "x": 1, "y": 1 }, | 23 | {"x":1, "y":1}, |
| 24 | { "w": 1, "x": 2, "y": 1 }, | 24 | {"x":2, "y":1}, |
| 25 | { "w": 1, "x": 3, "y": 1 }, | 25 | {"x":3, "y":1}, |
| 26 | { "w": 1, "x": 4, "y": 1 }, | 26 | {"x":4, "y":1}, |
| 27 | { "w": 1, "x": 5, "y": 1 }, | 27 | {"x":5, "y":1}, |
| 28 | { "w": 1, "x": 6, "y": 1 }, | 28 | {"x":6, "y":1}, |
| 29 | { "w": 1, "x": 7, "y": 1 }, | 29 | {"x":7, "y":1}, |
| 30 | { "w": 1, "x": 8, "y": 1 }, | 30 | {"x":8, "y":1}, |
| 31 | { "w": 1, "x": 9, "y": 1 }, | 31 | {"x":9, "y":1}, |
| 32 | { "w": 1, "x": 10, "y": 1 }, | 32 | {"x":10, "y":1}, |
| 33 | { "w": 1, "x": 11, "y": 1 }, | 33 | {"x":11, "y":1}, |
| 34 | { "w": 1, "x": 0, "y": 2 }, | 34 | {"x":12, "y":1}, |
| 35 | { "w": 1, "x": 1, "y": 2 }, | 35 | |
| 36 | { "w": 1, "x": 2, "y": 2 }, | 36 | {"x":1, "y":2}, |
| 37 | { "w": 1, "x": 3, "y": 2 }, | 37 | {"x":2, "y":2}, |
| 38 | { "w": 1, "x": 4, "y": 2 }, | 38 | {"x":3, "y":2}, |
| 39 | { "w": 1, "x": 5, "y": 2 }, | 39 | {"x":4, "y":2}, |
| 40 | { "w": 1, "x": 6, "y": 2 }, | 40 | {"x":5, "y":2}, |
| 41 | { "w": 1, "x": 7, "y": 2 }, | 41 | {"x":6, "y":2}, |
| 42 | { "w": 1, "x": 8, "y": 2 }, | 42 | {"x":7, "y":2}, |
| 43 | { "w": 1, "x": 9, "y": 2 }, | 43 | {"x":8, "y":2}, |
| 44 | { "w": 1, "x": 10, "y": 2 }, | 44 | {"x":9, "y":2}, |
| 45 | { "w": 1, "x": 11, "y": 2 }, | 45 | {"x":10, "y":2}, |
| 46 | { "w": 1, "x": 0, "y": 3 }, | 46 | {"x":11, "y":2}, |
| 47 | { "w": 1, "x": 1, "y": 3 }, | 47 | {"x":12, "y":2}, |
| 48 | { "w": 1, "x": 2, "y": 3 }, | 48 | |
| 49 | { "w": 1, "x": 3, "y": 3 }, | 49 | {"x":1, "y":3}, |
| 50 | { "w": 1, "x": 4, "y": 3 }, | 50 | {"x":2, "y":3}, |
| 51 | { "w": 1, "x": 5, "y": 3 }, | 51 | {"x":3, "y":3}, |
| 52 | { "w": 1, "x": 6, "y": 3 }, | 52 | {"x":4, "y":3}, |
| 53 | { "w": 1, "x": 7, "y": 3 }, | 53 | {"x":5, "y":3}, |
| 54 | { "w": 1, "x": 8, "y": 3 }, | 54 | {"x":6, "y":3}, |
| 55 | { "w": 1, "x": 9, "y": 3 }, | 55 | {"x":7, "y":3}, |
| 56 | { "w": 1, "x": 10, "y": 3 }, | 56 | {"x":8, "y":3}, |
| 57 | { "w": 1, "x": 11, "y": 3 } | 57 | {"x":9, "y":3}, |
| 58 | {"x":10, "y":3}, | ||
| 59 | {"x":11, "y":3}, | ||
| 60 | {"x":12, "y":3}, | ||
| 61 | |||
| 62 | {"x":0, "y":3} | ||
| 58 | ] | 63 | ] |
| 59 | } | 64 | } |
| 60 | } | 65 | } |
