summaryrefslogtreecommitdiff
path: root/keyboards/mechstudio/dawn
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-06-21 09:23:04 -0700
committerGitHub <noreply@github.com>2021-06-21 09:23:04 -0700
commit36f3dba19565080b22e3e53c31d2c747cc6550fe (patch)
treea2d47be3d0bc8dfd2a2722e90b07526ee398ee2b /keyboards/mechstudio/dawn
parentc0dd142d9fd05cb27ee457c11a57e60069f5411a (diff)
mech.studio Dawn: correct key sizes and positioning (#13277)
Diffstat (limited to 'keyboards/mechstudio/dawn')
-rw-r--r--keyboards/mechstudio/dawn/info.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/keyboards/mechstudio/dawn/info.json b/keyboards/mechstudio/dawn/info.json
index 4914806a8d..2a2ff221e4 100644
--- a/keyboards/mechstudio/dawn/info.json
+++ b/keyboards/mechstudio/dawn/info.json
@@ -35,8 +35,7 @@
{"label":"0", "x":10, "y":1.25},
{"label":"-", "x":11, "y":1.25},
{"label":"=", "x":12, "y":1.25},
- {"label":"\\", "x":13, "y":1.25},
- {"label":"Backspace", "x":13, "y":1.25},
+ {"label":"Backspace", "x":13, "y":1.25, "w":2},
{"label":"Page Up", "x":15, "y":1.25},
{"label":"Tab", "x":0, "y":2.25, "w":1.5},
@@ -54,6 +53,7 @@
{"label":"]", "x":12.5, "y":2.25},
{"label":"\\", "x":13.5, "y":2.25, "w":1.5},
{"label":"Page Down", "x":15, "y":2.25},
+
{"label":"Caps Lock", "x":0, "y":3.25, "w":1.75},
{"label":"A", "x":1.75, "y":3.25},
{"label":"S", "x":2.75, "y":3.25},
@@ -66,11 +66,12 @@
{"label":"L", "x":9.75, "y":3.25},
{"label":";", "x":10.75, "y":3.25},
{"label":"'", "x":11.75, "y":3.25},
- {"label":"Enter", "x":12.75, "y":3.25, "w":2.25},
+ {"label":"#", "x":12.75, "y":3.25},
+ {"label":"Enter", "x":13.75, "y":3.25, "w":1.25},
{"label":"End", "x":15, "y":3.25},
{"label":"Left Shift", "x":0, "y":4.25, "w":1.25},
- {"label":"\\", "x":0, "y":4.25},
+ {"label":"\\", "x":1.25, "y":4.25},
{"label":"Z", "x":2.25, "y":4.25},
{"label":"X", "x":3.25, "y":4.25},
{"label":"C", "x":4.25, "y":4.25},
@@ -96,4 +97,4 @@
{"label":"Right", "x":15, "y":5.25}]
}
}
-} \ No newline at end of file
+}