diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-05 09:28:17 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 09:28:17 +1000 |
commit | 108ad0929cc4dfdc4df0e9f2303b85da92606e92 (patch) | |
tree | 857962dd64628c837ee4c2143cbe688cc8bf346f /keyboards/teahouse | |
parent | c19b468d3180d8bc0d7782912072515b1b4fab51 (diff) |
Escape Unicode characters in info.json (#20698)
Diffstat (limited to 'keyboards/teahouse')
-rw-r--r-- | keyboards/teahouse/ayleen/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/teahouse/ayleen/info.json b/keyboards/teahouse/ayleen/info.json index 82fe593c85..408b7dc8a6 100644 --- a/keyboards/teahouse/ayleen/info.json +++ b/keyboards/teahouse/ayleen/info.json @@ -48,7 +48,7 @@ {"label": "Scrlk", "matrix": [5, 2], "x": 16.25, "y": 0}, {"label": "Pause", "matrix": [5, 1], "x": 17.25, "y": 0}, - {"label": "~", "matrix": [1, 0], "x": 0, "y": 1.5}, + {"label": "~", "matrix": [1, 0], "x": 0, "y": 1.5}, {"label": "1", "matrix": [1, 1], "x": 1, "y": 1.5}, {"label": "2", "matrix": [1, 2], "x": 2, "y": 1.5}, {"label": "3", "matrix": [1, 3], "x": 3, "y": 1.5}, |