qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 64b84385cd00301935b2f289f594dc9649d59e21
parent e90d9fcfffe498ab0dcc8a14576882071c489048
Author: adophoxia <100170946+adophoxia@users.noreply.github.com>
Date:   Thu, 27 Apr 2023 11:17:21 -0700

Fix up positioning of keys for Keychron Q10/V10 and Q6/V6 (#20582)


Diffstat:
Mkeyboards/keychron/q10/iso_encoder/info.json | 2+-
Mkeyboards/keychron/q6/iso_encoder/info.json | 2+-
Mkeyboards/keychron/v10/iso_encoder/info.json | 2+-
Mkeyboards/keychron/v6/iso_encoder/info.json | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/keyboards/keychron/q10/iso_encoder/info.json b/keyboards/keychron/q10/iso_encoder/info.json @@ -85,7 +85,7 @@ {"matrix":[3,12], "x":14.75, "y":3.25}, {"matrix":[3,13], "x":15.75, "y":3.25}, {"matrix":[3,14], "x":16.75, "y":3.25}, - {"matrix":[2,14], "x":17.75, "y":3.25, "w":1.25, "h":2}, + {"matrix":[2,14], "x":17.75, "y":2.25, "w":1.25, "h":2}, {"matrix":[3,15], "x":19.5, "y":3.25}, {"matrix":[4, 0], "x":0, "y":4.25}, diff --git a/keyboards/keychron/q6/iso_encoder/info.json b/keyboards/keychron/q6/iso_encoder/info.json @@ -102,7 +102,7 @@ {"matrix":[3,15], "x":21.5, "y":2.25, "h":2}, {"matrix":[4, 0], "x":0, "y":4.25, "w":1.25}, - {"matrix":[4, 1], "x":2.25, "y":4.25}, + {"matrix":[4, 1], "x":1.25, "y":4.25}, {"matrix":[4, 2], "x":2.25, "y":4.25}, {"matrix":[4, 3], "x":3.25, "y":4.25}, {"matrix":[4, 4], "x":4.25, "y":4.25}, diff --git a/keyboards/keychron/v10/iso_encoder/info.json b/keyboards/keychron/v10/iso_encoder/info.json @@ -85,7 +85,7 @@ {"matrix":[3,12], "x":14.75, "y":3.25}, {"matrix":[3,13], "x":15.75, "y":3.25}, {"matrix":[3,14], "x":16.75, "y":3.25}, - {"matrix":[2,14], "x":17.75, "y":3.25, "w":1.25, "h":2}, + {"matrix":[2,14], "x":17.75, "y":2.25, "w":1.25, "h":2}, {"matrix":[3,15], "x":19.5, "y":3.25}, {"matrix":[4, 0], "x":0, "y":4.25}, diff --git a/keyboards/keychron/v6/iso_encoder/info.json b/keyboards/keychron/v6/iso_encoder/info.json @@ -102,7 +102,7 @@ {"matrix":[3,15], "x":21.5, "y":2.25, "h":2}, {"matrix":[4, 0], "x":0, "y":4.25, "w":1.25}, - {"matrix":[4, 1], "x":2.25, "y":4.25}, + {"matrix":[4, 1], "x":1.25, "y":4.25}, {"matrix":[4, 2], "x":2.25, "y":4.25}, {"matrix":[4, 3], "x":3.25, "y":4.25}, {"matrix":[4, 4], "x":4.25, "y":4.25},