logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 23d21c85fe85bed309ac82869bc484196522f14b
parent cfe8c4dee3599335ec21117b1eb16839934878cd
Author: azhizhinov <azhizhinov@mail.ru>
Date:   Mon, 12 Feb 2024 11:49:58 +0300

El Cantor HS. Update info.json (#23020)

Fix for wrong key's placement.

Diffstat:

Mkeyboards/elcantorhs/info.json4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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] ] } }