diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-05-13 12:00:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 20:00:37 +0100 |
commit | 7abbc95cd6abab289def05a1e24640a7b04c7333 (patch) | |
tree | 20009e7dbecb5cb28ec8acd2d2e489c51a8bc0c0 /keyboards/massdrop | |
parent | 30a6f231bfc6b447e9b2c45b39527f0c0b9c909f (diff) |
Fix incorrect key sizes in Configurator (#9073)
* fix key size: exclusive/e6v2/le_bmc
* fix key size: exclusive/e6v2/oe_bmc
* fix key sizes: flx/lodestone
* fix key size: handwired/prime_exl
* fix key sizes: massdrop/ctrl
Diffstat (limited to 'keyboards/massdrop')
-rw-r--r-- | keyboards/massdrop/ctrl/info.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/massdrop/ctrl/info.json b/keyboards/massdrop/ctrl/info.json index 2212540e52..5e7f92f5bb 100644 --- a/keyboards/massdrop/ctrl/info.json +++ b/keyboards/massdrop/ctrl/info.json @@ -83,9 +83,9 @@ {"label":"FORWARD SLASH", "x":11.25, "y":4.5}, {"label":"RIGHT SHIFT", "x":12.25, "y":4.5, "w":2.75}, {"label":"UP ARROW", "x":16.5, "y":4.5}, - {"label":"LEFT CTRL", "x":0.005, "y":5.5, "w":1.24}, - {"label":"LEFT WIN", "x":1.255, "y":5.5, "w":1.24}, - {"label":"LEFT ALT", "x":2.505, "y":5.5, "w":1.24}, + {"label":"LEFT CTRL", "x":0.005, "y":5.5, "w":1.25}, + {"label":"LEFT WIN", "x":1.255, "y":5.5, "w":1.25}, + {"label":"LEFT ALT", "x":2.505, "y":5.5, "w":1.25}, {"label":"SPACEBAR", "x":3.75, "y":5.5, "w":6.25}, {"label":"RIGHT ALT", "x":10, "y":5.5, "w":1.25}, {"label":"FN", "x":11.25, "y":5.5, "w":1.25}, |