diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-09-03 20:00:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-03 21:00:29 +0100 |
| commit | 90909fbaf7946808970c4c5e83d9dcfdcd08b496 (patch) | |
| tree | b24c44696b491e23b3aed2b60ce232a2524f2dd4 | |
| parent | 5f6d9913f814edcaf4e882615b76c85ed5499805 (diff) | |
| download | qmk_firmware-90909fbaf7946808970c4c5e83d9dcfdcd08b496.tar.gz qmk_firmware-90909fbaf7946808970c4c5e83d9dcfdcd08b496.zip | |
takashicompany/endzone34: correct QMK Configurator key sequence (#14290)
* update info.json formatting
* convert tabs to spaces
* apply human-friendly formatting
* correct Configurator key sequence
* remove width and height keys from info.json
| -rw-r--r-- | keyboards/takashicompany/endzone34/info.json | 229 |
1 files changed, 47 insertions, 182 deletions
diff --git a/keyboards/takashicompany/endzone34/info.json b/keyboards/takashicompany/endzone34/info.json index 41fcc1331..a70799b39 100644 --- a/keyboards/takashicompany/endzone34/info.json +++ b/keyboards/takashicompany/endzone34/info.json | |||
| @@ -1,183 +1,48 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "EndZone34", | 2 | "keyboard_name": "EndZone34", |
| 3 | "url": "https://github.com/takashicompany/endzone34", | 3 | "url": "https://github.com/takashicompany/endzone34", |
| 4 | "maintainer": "takashicompany", | 4 | "maintainer": "takashicompany", |
| 5 | "width": 12, | 5 | "layouts": { |
| 6 | "height": 4, | 6 | "LAYOUT": { |
| 7 | "layouts": { | 7 | "layout": [ |
| 8 | "LAYOUT": { | 8 | {"label":"Q", "x":0, "y":0.5}, |
| 9 | "layout": [ | 9 | {"label":"W", "x":1, "y":0}, |
| 10 | { | 10 | {"label":"E", "x":2, "y":0}, |
| 11 | "label": "W", | 11 | {"label":"R", "x":3, "y":0}, |
| 12 | "x": 1, | 12 | {"label":"T", "x":4, "y":0}, |
| 13 | "y": 0 | 13 | {"label":"Y", "x":7, "y":0}, |
| 14 | }, | 14 | {"label":"U", "x":8, "y":0}, |
| 15 | { | 15 | {"label":"I", "x":9, "y":0}, |
| 16 | "label": "E", | 16 | {"label":"O", "x":10, "y":0}, |
| 17 | "x": 2, | 17 | {"label":"P", "x":11, "y":0.5}, |
| 18 | "y": 0 | 18 | |
| 19 | }, | 19 | {"label":"A", "x":0, "y":1.5}, |
| 20 | { | 20 | {"label":"S", "x":1, "y":1}, |
| 21 | "label": "R", | 21 | {"label":"D", "x":2, "y":1}, |
| 22 | "x": 3, | 22 | {"label":"F", "x":3, "y":1}, |
| 23 | "y": 0 | 23 | {"label":"G", "x":4, "y":1}, |
| 24 | }, | 24 | {"label":"H", "x":7, "y":1}, |
| 25 | { | 25 | {"label":"J", "x":8, "y":1}, |
| 26 | "label": "T", | 26 | {"label":"K", "x":9, "y":1}, |
| 27 | "x": 4, | 27 | {"label":"L", "x":10, "y":1}, |
| 28 | "y": 0 | 28 | {"label":"Enter", "x":11, "y":1.5}, |
| 29 | }, | 29 | |
| 30 | { | 30 | {"label":"Z", "x":0, "y":2.5}, |
| 31 | "label": "Y", | 31 | {"label":"X", "x":1, "y":2}, |
| 32 | "x": 7, | 32 | {"label":"C", "x":2, "y":2}, |
| 33 | "y": 0 | 33 | {"label":"V", "x":3, "y":2}, |
| 34 | }, | 34 | {"label":"B", "x":4, "y":2}, |
| 35 | { | 35 | {"label":"N", "x":7, "y":2}, |
| 36 | "label": "U", | 36 | {"label":"M", "x":8, "y":2}, |
| 37 | "x": 8, | 37 | {"label":", ", "x":9, "y":2}, |
| 38 | "y": 0 | 38 | {"label":".", "x":10, "y":2}, |
| 39 | }, | 39 | {"label":"Back Space", "x":11, "y":2.5}, |
| 40 | { | 40 | |
| 41 | "label": "I", | 41 | {"label":"⇓", "x":4, "y":3}, |
| 42 | "x": 9, | 42 | {"label":"Tab", "x":5, "y":3}, |
| 43 | "y": 0 | 43 | {"label":"Space", "x":6, "y":3}, |
| 44 | }, | 44 | {"label":"⇑", "x":7, "y":3} |
| 45 | { | 45 | ] |
| 46 | "label": "O", | 46 | } |
| 47 | "x": 10, | 47 | } |
| 48 | "y": 0 | 48 | } |
| 49 | }, | ||
| 50 | { | ||
| 51 | "label": "Q", | ||
| 52 | "x": 0, | ||
| 53 | "y": 0.5 | ||
| 54 | }, | ||
| 55 | { | ||
| 56 | "label": "P", | ||
| 57 | "x": 11, | ||
| 58 | "y": 0.5 | ||
| 59 | }, | ||
| 60 | { | ||
| 61 | "label": "S", | ||
| 62 | "x": 1, | ||
| 63 | "y": 1 | ||
| 64 | }, | ||
| 65 | { | ||
| 66 | "label": "D", | ||
| 67 | "x": 2, | ||
| 68 | "y": 1 | ||
| 69 | }, | ||
| 70 | { | ||
| 71 | "label": "F", | ||
| 72 | "x": 3, | ||
| 73 | "y": 1 | ||
| 74 | }, | ||
| 75 | { | ||
| 76 | "label": "G", | ||
| 77 | "x": 4, | ||
| 78 | "y": 1 | ||
| 79 | }, | ||
| 80 | { | ||
| 81 | "label": "H", | ||
| 82 | "x": 7, | ||
| 83 | "y": 1 | ||
| 84 | }, | ||
| 85 | { | ||
| 86 | "label": "J", | ||
| 87 | "x": 8, | ||
| 88 | "y": 1 | ||
| 89 | }, | ||
| 90 | { | ||
| 91 | "label": "K", | ||
| 92 | "x": 9, | ||
| 93 | "y": 1 | ||
| 94 | }, | ||
| 95 | { | ||
| 96 | "label": "L", | ||
| 97 | "x": 10, | ||
| 98 | "y": 1 | ||
| 99 | }, | ||
| 100 | { | ||
| 101 | "label": "A", | ||
| 102 | "x": 0, | ||
| 103 | "y": 1.5 | ||
| 104 | }, | ||
| 105 | { | ||
| 106 | "label": "Enter", | ||
| 107 | "x": 11, | ||
| 108 | "y": 1.5 | ||
| 109 | }, | ||
| 110 | { | ||
| 111 | "label": "X", | ||
| 112 | "x": 1, | ||
| 113 | "y": 2 | ||
| 114 | }, | ||
| 115 | { | ||
| 116 | "label": "C", | ||
| 117 | "x": 2, | ||
| 118 | "y": 2 | ||
| 119 | }, | ||
| 120 | { | ||
| 121 | "label": "V", | ||
| 122 | "x": 3, | ||
| 123 | "y": 2 | ||
| 124 | }, | ||
| 125 | { | ||
| 126 | "label": "B", | ||
| 127 | "x": 4, | ||
| 128 | "y": 2 | ||
| 129 | }, | ||
| 130 | { | ||
| 131 | "label": "N", | ||
| 132 | "x": 7, | ||
| 133 | "y": 2 | ||
| 134 | }, | ||
| 135 | { | ||
| 136 | "label": "M", | ||
| 137 | "x": 8, | ||
| 138 | "y": 2 | ||
| 139 | }, | ||
| 140 | { | ||
| 141 | "label": ",", | ||
| 142 | "x": 9, | ||
| 143 | "y": 2 | ||
| 144 | }, | ||
| 145 | { | ||
| 146 | "label": ".", | ||
| 147 | "x": 10, | ||
| 148 | "y": 2 | ||
| 149 | }, | ||
| 150 | { | ||
| 151 | "label": "Z", | ||
| 152 | "x": 0, | ||
| 153 | "y": 2.5 | ||
| 154 | }, | ||
| 155 | { | ||
| 156 | "label": "Back Space", | ||
| 157 | "x": 11, | ||
| 158 | "y": 2.5 | ||
| 159 | }, | ||
| 160 | { | ||
| 161 | "label": "⇓", | ||
| 162 | "x": 4, | ||
| 163 | "y": 3 | ||
| 164 | }, | ||
| 165 | { | ||
| 166 | "label": "Tab", | ||
| 167 | "x": 5, | ||
| 168 | "y": 3 | ||
| 169 | }, | ||
| 170 | { | ||
| 171 | "label": "Space", | ||
| 172 | "x": 6, | ||
| 173 | "y": 3 | ||
| 174 | }, | ||
| 175 | { | ||
| 176 | "label": "⇑", | ||
| 177 | "x": 7, | ||
| 178 | "y": 3 | ||
| 179 | } | ||
| 180 | ] | ||
| 181 | } | ||
| 182 | } | ||
| 183 | } \ No newline at end of file | ||
