diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-07-24 04:06:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-24 21:06:55 +1000 |
commit | 592028c72423fbba9d9a507200a95e96097a90e0 (patch) | |
tree | 2ec68f8f000b5b07098fb51e63902d2d843fe9df /keyboards/boardsource | |
parent | 58d484ea288992a0d77b0a1088dd2fe922da4d60 (diff) | |
download | qmk_firmware-592028c72423fbba9d9a507200a95e96097a90e0.tar.gz qmk_firmware-592028c72423fbba9d9a507200a95e96097a90e0.zip |
boardsource/beiwagon: correct QMK Configurator layout data (#17771)
Diffstat (limited to 'keyboards/boardsource')
-rw-r--r-- | keyboards/boardsource/beiwagon/info.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/boardsource/beiwagon/info.json b/keyboards/boardsource/beiwagon/info.json index acd262f14c..69ce8d96f1 100644 --- a/keyboards/boardsource/beiwagon/info.json +++ b/keyboards/boardsource/beiwagon/info.json @@ -55,9 +55,9 @@ { "matrix": [2, 0], "x": 0, "y": 2 }, { "matrix": [2, 1], "x": 1, "y": 2 }, { "matrix": [2, 2], "x": 2, "y": 2 }, - { "matrix": [3, 0], "x": 0, "y": 2 }, - { "matrix": [3, 1], "x": 1, "y": 2 }, - { "matrix": [3, 2], "x": 2, "y": 2 } + { "matrix": [3, 0], "x": 0, "y": 3 }, + { "matrix": [3, 1], "x": 1, "y": 3 }, + { "matrix": [3, 2], "x": 2, "y": 3 } ] } } |