diff options
author | azhizhinov <azhizhinov@mail.ru> | 2024-02-12 11:49:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 01:49:58 -0700 |
commit | 23d21c85fe85bed309ac82869bc484196522f14b (patch) | |
tree | 9106efb785ef8c897d1d042e69f7fdbd10382d46 /keyboards | |
parent | cfe8c4dee3599335ec21117b1eb16839934878cd (diff) |
El Cantor HS. Update info.json (#23020)
Fix for wrong key's placement.
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/elcantorhs/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/elcantorhs/info.json b/keyboards/elcantorhs/info.json index 7905a1233a..6ed958463e 100644 --- a/keyboards/elcantorhs/info.json +++ b/keyboards/elcantorhs/info.json @@ -20,7 +20,7 @@ ["B1", "B10", "A8", "B15", "B14", "B13"], ["B9", "B8", "B5", "B4", "B3", "A15"], ["A3", "A4", "A5", "A6", "A7", "B0"], - ["B12","A2", "A1", "A0", null, null] + ["A2", "A1", "A0", "B12", null, null] ] }, "split": { @@ -34,7 +34,7 @@ ["B13", "B14", "B15", "A8", "B10", "B1"], ["A15", "B3", "B4", "B5", "B8", "B9"], ["B0", "A7", "A6", "A5", "A4", "A3"], - ["A0", "A1", "A2", "B12", null, null] + ["B12", "A0", "A1", "A2", null, null] ] } } |