summaryrefslogtreecommitdiff
path: root/keyboards/nknl7en
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-07-08 10:58:42 -0700
committerGitHub <noreply@github.com>2021-07-08 10:58:42 -0700
commit1e51bb39a33a4ea897dafe7944653356f6c0f069 (patch)
tree775173bce81628e6c9a04ea8c078efe52cacb3b7 /keyboards/nknl7en
parentf44b48669dd4d33b409090125d95f94a7d2db1f3 (diff)
nknl7en: correct key object order (#13482)
Diffstat (limited to 'keyboards/nknl7en')
-rw-r--r--keyboards/nknl7en/info.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/nknl7en/info.json b/keyboards/nknl7en/info.json
index ab606e5572..b385235823 100644
--- a/keyboards/nknl7en/info.json
+++ b/keyboards/nknl7en/info.json
@@ -63,8 +63,8 @@
{"label":"8,3", "x":11, "y":3},
{"label":"8,4", "x":12, "y":3},
{"label":"8,5", "x":13, "y":3, "w":1.75},
- {"label":"8,8", "x":16.25, "y":3},
{"label":"8,6", "x":15, "y":3.25},
+ {"label":"8,8", "x":16.25, "y":3},
{"label":"4,0", "x":0, "y":4, "w":1.25},
{"label":"4,1", "x":1.25, "y":4, "w":1.25},
{"label":"4,2", "x":2.5, "y":4, "w":1.25},
@@ -79,4 +79,4 @@
{"label":"9,7", "x":16, "y":4.25}]
}
}
-} \ No newline at end of file
+}