summaryrefslogtreecommitdiff
path: root/keyboards/xelus/akis/info.json
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-07-17 01:43:02 -0700
committerGitHub <noreply@github.com>2021-07-17 01:43:02 -0700
commitb127180c0c82206b76464eb6ea90a376947fdafe (patch)
tree51cf2afaccd9bd1ee176ed3f152a8d25786b0297 /keyboards/xelus/akis/info.json
parentd26537acc127e034c99509e90921c8307c4d0735 (diff)
Xelus Akis Configurator Fixes (#13577)
* correct layout macro references The keyboard's header file and info.json referenced different layout macro names. * correct layout data Insert an object for the Non-US Backslash key, which was previously missing.
Diffstat (limited to 'keyboards/xelus/akis/info.json')
-rw-r--r--keyboards/xelus/akis/info.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/xelus/akis/info.json b/keyboards/xelus/akis/info.json
index e46d0d1db7..857fbc55de 100644
--- a/keyboards/xelus/akis/info.json
+++ b/keyboards/xelus/akis/info.json
@@ -4,6 +4,9 @@
"maintainer": "Xelus22",
"width": 16,
"height": 5,
+ "layout_aliases": {
+ "LAYOUT_65_all": "LAYOUT_all"
+ },
"layouts": {
"LAYOUT_all": {
"layout": [
@@ -55,7 +58,8 @@
{"x": 12.75, "y": 2, "w": 2.25},
{"x": 15, "y": 2},
- {"x": 0, "y": 3, "w": 2.25},
+ {"x": 0, "y": 3, "w": 1.25},
+ {"x": 1.25, "y": 3},
{"x": 2.25, "y": 3},
{"x": 3.25, "y": 3},
{"x": 4.25, "y": 3},