diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-06-15 03:10:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 03:10:15 -0700 |
commit | d8e3294aeaf6d0b2e9400aefdd5bf2ff63d4d981 (patch) | |
tree | 81a2528cc7341c0aeaba7c1a17ef2fe0e91f6a47 /keyboards/handwired | |
parent | a8d073368f0e4cc51109fab50f7c9cb88d843940 (diff) |
[Keyboard] Fix Configurator layout data for handwired/1800fl (#9393)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/p1800fl/info.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/handwired/p1800fl/info.json b/keyboards/handwired/p1800fl/info.json index 1509b59d96..93f4e8aaeb 100644 --- a/keyboards/handwired/p1800fl/info.json +++ b/keyboards/handwired/p1800fl/info.json @@ -75,11 +75,11 @@ {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":1.75}, + {"label":"Up", "x":14.25, "y":3.25}, {"label":"1", "x":15.5, "y":3}, {"label":"2", "x":16.5, "y":3}, {"label":"3", "x":17.5, "y":3}, {"label":"Enter", "x":18.5, "y":3}, - {"label":"Up", "x":14.25, "y":3.25}, {"label":"Ctrl", "x":0, "y":4, "w":1.25}, {"label":"Win", "x":1.25, "y":4, "w":1.25}, {"label":"Alt", "x":2.5, "y":4, "w":1.25}, @@ -87,12 +87,12 @@ {"label":"Ctrl", "x":10, "y":4}, {"label":"Win", "x":11, "y":4}, {"label":"Alt", "x":12, "y":4}, - {"label":"0", "x":16.5, "y":4}, - {"label":".", "x":17.5, "y":4}, - {"label":"Enter", "x":18.5, "y":4}, {"label":"Left", "x":13.25, "y":4.25}, {"label":"Down", "x":14.25, "y":4.25}, - {"label":"Right", "x":15.25, "y":4.25} + {"label":"Right", "x":15.25, "y":4.25}, + {"label":"0", "x":16.5, "y":4}, + {"label":".", "x":17.5, "y":4}, + {"label":"Enter", "x":18.5, "y":4} ] } } |