summaryrefslogtreecommitdiffstats
path: root/keyboards/sirius
diff options
context:
space:
mode:
authorlinyaofred <46751111+linyaofred@users.noreply.github.com>2019-03-08 16:50:46 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-03-08 16:50:46 +0100
commitfc87d9b0d5ff66b3ef71dcc1e87b7b2670970b83 (patch)
treeb6a9f76811bb8110fd634cf420fd17d458ee56c9 /keyboards/sirius
parent98b68bec53ee814310cfc003b5b51504951601ec (diff)
downloadqmk_firmware-fc87d9b0d5ff66b3ef71dcc1e87b7b2670970b83.tar.gz
qmk_firmware-fc87d9b0d5ff66b3ef71dcc1e87b7b2670970b83.tar.xz
fix wrong key order in qmk configurator. (#5342)
Diffstat (limited to 'keyboards/sirius')
-rw-r--r--keyboards/sirius/unigo66/info.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/keyboards/sirius/unigo66/info.json b/keyboards/sirius/unigo66/info.json
index f80dbe3be..7482ef5b8 100644
--- a/keyboards/sirius/unigo66/info.json
+++ b/keyboards/sirius/unigo66/info.json
@@ -41,8 +41,6 @@
{"label":"D", "x":3.5, "y":2},
{"label":"F", "x":4.5, "y":2},
{"label":"G", "x":5.5, "y":2},
- {"label":"PgDn", "x":6.5, "y":2.5, "h":1.5},
- {"label":"]", "x":9.5, "y":2.5, "h":1.5},
{"label":"H", "x":10.5, "y":2},
{"label":"J", "x":11.5, "y":2},
{"label":"K", "x":12.5, "y":2},
@@ -55,6 +53,8 @@
{"label":"C", "x":3.5, "y":3},
{"label":"V", "x":4.5, "y":3},
{"label":"B", "x":5.5, "y":3},
+ {"label":"PgDn", "x":6.5, "y":2.5, "h":1.5},
+ {"label":"]", "x":9.5, "y":2.5, "h":1.5},
{"label":"N", "x":10.5, "y":3},
{"label":"M", "x":11.5, "y":3},
{"label":",", "x":12.5, "y":3},
@@ -68,12 +68,12 @@
{"label":"Down", "x":14.5, "y":4},
{"label":"Right", "x":15.5, "y":4},
{"label":"Space", "x":5.5, "y":5},
- {"label":"Space", "x":5.5, "y":6},
{"label":"Ins", "x":6.5, "y":5},
- {"label":"Del", "x":6.5, "y":6},
{"label":"Home", "x":9.5, "y":5},
- {"label":"End", "x":9.5, "y":6},
{"label":"Space", "x":10.5, "y":5},
+ {"label":"Space", "x":5.5, "y":6},
+ {"label":"Del", "x":6.5, "y":6},
+ {"label":"End", "x":9.5, "y":6},
{"label":"Space", "x":10.5, "y":6}
]
},
@@ -113,8 +113,6 @@
{"label":"D", "x":3.5, "y":2},
{"label":"F", "x":4.5, "y":2},
{"label":"G", "x":5.5, "y":2},
- {"label":"PgDn", "x":6.5, "y":2.5, "h":1.5},
- {"label":"]", "x":9.5, "y":2.5, "h":1.5},
{"label":"H", "x":10.5, "y":2},
{"label":"J", "x":11.5, "y":2},
{"label":"K", "x":12.5, "y":2},
@@ -127,6 +125,8 @@
{"label":"C", "x":3.5, "y":3},
{"label":"V", "x":4.5, "y":3},
{"label":"B", "x":5.5, "y":3},
+ {"label":"PgDn", "x":6.5, "y":2.5, "h":1.5},
+ {"label":"]", "x":9.5, "y":2.5, "h":1.5},
{"label":"N", "x":10.5, "y":3},
{"label":"M", "x":11.5, "y":3},
{"label":",", "x":12.5, "y":3},
@@ -141,11 +141,11 @@
{"label":"Right", "x":15.5, "y":4},
{"label":"Space", "x":5.5, "y":5, "h":2},
{"label":"Ins", "x":6.5, "y":5},
- {"label":"Del", "x":6.5, "y":6},
{"label":"Home", "x":9.5, "y":5},
- {"label":"End", "x":9.5, "y":6},
- {"label":"Space", "x":10.5, "y":5, "h":2}
+ {"label":"Space", "x":10.5, "y":5, "h":2},
+ {"label":"Del", "x":6.5, "y":6},
+ {"label":"End", "x":9.5, "y":6}
]
}
}
-} \ No newline at end of file
+}