Browse Source

fix wrong key order in qmk configurator. (#5342)

pull/5344/head
linyaofred 5 years ago
committed by MechMerlin
parent
commit
fc87d9b0d5
1 changed files with 11 additions and 11 deletions
  1. +11
    -11
      keyboards/sirius/unigo66/info.json

+ 11
- 11
keyboards/sirius/unigo66/info.json View File

@ -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}
]
}
}
}
}

Loading…
Cancel
Save