Skip to content

Commit

Permalink
Fixed Soyuz LAYOUT_numpad_5x4 Preview on QMK Configurator (qmk#10123)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsendyyk authored and nicocesar committed Sep 6, 2020
1 parent 8f6f592 commit 16609f6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions keyboards/ai03/soyuz/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,31 @@
{"x":2, "y":4},
{"x":3, "y":4}
]
},
"LAYOUT_numpad_5x4": {
"layout": [
{"x":0, "y":0},
{"x":1, "y":0},
{"x":2, "y":0},
{"x":3, "y":0},

{"x":0, "y":1},
{"x":1, "y":1},
{"x":2, "y":1},

{"x":0, "y":2},
{"x":1, "y":2},
{"x":2, "y":2},
{"x":3, "y":1, "h":2},

{"x":0, "y":3},
{"x":1, "y":3},
{"x":2, "y":3},

{"x":0, "y":4, "w":2},
{"x":2, "y":4},
{"x":3, "y":3, "h":2}
]
}
}
}

0 comments on commit 16609f6

Please sign in to comment.