Soda Pocket: correct layout data (#21333)
[chore] Correct the layout data for the keyboard. This commit fixes a misleading Configurator implementation.
This commit is contained in:
parent
2176c760df
commit
87ab13094e
|
@ -50,25 +50,25 @@
|
|||
{"matrix": [2, 3], "x": 3.25, "y": 2.25},
|
||||
{"matrix": [2, 4], "x": 4.25, "y": 2.25},
|
||||
{"matrix": [2, 5], "x": 5.25, "y": 2.25},
|
||||
{"matrix": [3, 3], "x": 6.25, "y": 2.25, "h": 2},
|
||||
|
||||
{"matrix": [3, 4], "x": 3.25, "y": 3.25},
|
||||
{"matrix": [3, 5], "x": 4.25, "y": 3.25},
|
||||
{"matrix": [3, 6], "x": 5.25, "y": 3.25},
|
||||
{"matrix": [3, 3], "x": 3.25, "y": 3.25},
|
||||
{"matrix": [3, 4], "x": 4.25, "y": 3.25},
|
||||
{"matrix": [3, 5], "x": 5.25, "y": 3.25},
|
||||
{"matrix": [3, 6], "x": 6.25, "y": 2.25, "h": 2},
|
||||
|
||||
{"matrix": [4, 1], "x": 1, "y": 4.25},
|
||||
|
||||
{"matrix": [4, 3], "x": 3.25, "y": 4.25},
|
||||
{"matrix": [4, 4], "x": 4.25, "y": 4.25},
|
||||
{"matrix": [4, 5], "x": 5.25, "y": 4.25},
|
||||
{"matrix": [5, 0], "x": 6.25, "y": 4.25, "h": 2},
|
||||
|
||||
{"matrix": [5, 1], "x": 0, "y": 5.25},
|
||||
{"matrix": [5, 2], "x": 1, "y": 5.25},
|
||||
{"matrix": [5, 4], "x": 2, "y": 5.25},
|
||||
{"matrix": [5, 0], "x": 0, "y": 5.25},
|
||||
{"matrix": [5, 1], "x": 1, "y": 5.25},
|
||||
{"matrix": [5, 2], "x": 2, "y": 5.25},
|
||||
|
||||
{"matrix": [5, 5], "x": 3.25, "y": 5.25, "w": 2},
|
||||
{"matrix": [5, 6], "x": 5.25, "y": 5.25}
|
||||
{"matrix": [5, 4], "x": 3.25, "y": 5.25, "w": 2},
|
||||
{"matrix": [5, 5], "x": 5.25, "y": 5.25},
|
||||
{"matrix": [5, 6], "x": 6.25, "y": 4.25, "h": 2}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue