summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-03-10 10:40:11 -0700
committerGitHub <noreply@github.com>2024-03-10 17:40:11 +0000
commitabf65049035976687dd677cb743c833fe2457c39 (patch)
tree86efe61725ed125bc604f0412514bda2cf58f347
parent3e1ac7a38fa4e6885053a762bc75f7c4e068eccb (diff)
kb-elmo AEK II USB: correct Configurator data (#23252)
Correct the QMK Configurator / `qmk info -m` data. [chore]
-rw-r--r--keyboards/kb_elmo/aek2_usb/info.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/keyboards/kb_elmo/aek2_usb/info.json b/keyboards/kb_elmo/aek2_usb/info.json
index 8a091a494c..884390278d 100644
--- a/keyboards/kb_elmo/aek2_usb/info.json
+++ b/keyboards/kb_elmo/aek2_usb/info.json
@@ -134,22 +134,22 @@
{"matrix": [7, 11], "x": 19, "y": 5},
{"matrix": [6, 10], "x": 20, "y": 5},
{"matrix": [6, 9], "x": 21, "y": 5},
- {"matrix": [5, 0], "x": 22, "y": 5, "h": 2},
-
- {"matrix": [5, 1], "x": 0, "y": 6, "w": 1.5},
- {"matrix": [5, 2], "x": 1.5, "y": 6, "w": 1.25},
- {"matrix": [5, 5], "x": 2.75, "y": 6, "w": 1.5},
- {"matrix": [5, 10], "x": 4.25, "y": 6, "w": 6.5},
- {"matrix": [5, 11], "x": 10.75, "y": 6, "w": 1.5},
- {"matrix": [5, 13], "x": 12.25, "y": 6, "w": 1.25},
- {"matrix": [5, 7], "x": 13.5, "y": 6, "w": 1.5},
-
- {"matrix": [5, 9], "x": 15.5, "y": 6},
- {"matrix": [5, 6], "x": 16.5, "y": 6},
- {"matrix": [7, 10], "x": 17.5, "y": 6},
-
- {"matrix": [7, 9], "x": 19, "y": 6, "w": 2},
- {"matrix": [7, 8], "x": 21, "y": 6}
+
+ {"matrix": [5, 0], "x": 0, "y": 6, "w": 1.5},
+ {"matrix": [5, 1], "x": 1.5, "y": 6, "w": 1.25},
+ {"matrix": [5, 2], "x": 2.75, "y": 6, "w": 1.5},
+ {"matrix": [5, 5], "x": 4.25, "y": 6, "w": 6.5},
+ {"matrix": [5, 10], "x": 10.75, "y": 6, "w": 1.5},
+ {"matrix": [5, 11], "x": 12.25, "y": 6, "w": 1.25},
+ {"matrix": [5, 13], "x": 13.5, "y": 6, "w": 1.5},
+
+ {"matrix": [5, 7], "x": 15.5, "y": 6},
+ {"matrix": [5, 9], "x": 16.5, "y": 6},
+ {"matrix": [5, 6], "x": 17.5, "y": 6},
+
+ {"matrix": [7, 10], "x": 19, "y": 6, "w": 2},
+ {"matrix": [7, 9], "x": 21, "y": 6},
+ {"matrix": [7, 8], "x": 22, "y": 5, "h": 2}
]
}
}