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:
James Young 2023-06-22 06:45:39 -07:00 committed by GitHub
parent 2176c760df
commit 87ab13094e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

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