Skip to content

Commit

Permalink
ButterKeebs PocketPad: correct layout data (qmk#21256)
Browse files Browse the repository at this point in the history
  • Loading branch information
noroadsleft committed Jun 15, 2023
1 parent 9b36ec5 commit 5263dfb
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions keyboards/butterkeebs/pocketpad/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,28 @@
"layouts": {
"LAYOUT": {
"layout": [
{"x": 0, "y": 0, "matrix": [0, 0]},
{"x": 1, "y": 0, "matrix": [0, 1]},
{"x": 2, "y": 0, "matrix": [0, 2]},
{"x": 3, "y": 0, "matrix": [0, 3]},
{"x": 1, "y": 0, "matrix": [0, 0]},
{"x": 2, "y": 0, "matrix": [0, 1]},
{"x": 3, "y": 0, "matrix": [0, 2]},
{"x": 4, "y": 0, "matrix": [0, 3]},

{"x": 0, "y": 1, "matrix": [1, 0]},
{"x": 1, "y": 1, "matrix": [1, 1]},
{"x": 2, "y": 1, "matrix": [1, 2]},
{"x": 3, "y": 1, "matrix": [1, 3]},
{"x": 1, "y": 1, "matrix": [1, 0]},
{"x": 2, "y": 1, "matrix": [1, 1]},
{"x": 3, "y": 1, "matrix": [1, 2]},
{"x": 4, "y": 1.5, "matrix": [1, 3]},

{"x": 0, "y": 2, "matrix": [2, 0]},
{"x": 1, "y": 2, "matrix": [2, 1]},
{"x": 2, "y": 2, "matrix": [2, 2]},
{"x": 3, "y": 2, "matrix": [2, 3]},
{"x": 1, "y": 2, "matrix": [2, 0]},
{"x": 2, "y": 2, "matrix": [2, 1]},
{"x": 3, "y": 2, "matrix": [2, 2]},
{"x": 4, "y": 3.5, "matrix": [2, 3]},

{"x": 0, "y": 3, "matrix": [3, 0]},
{"x": 1, "y": 3, "matrix": [3, 1]},
{"x": 2, "y": 3, "matrix": [3, 2]},
{"x": 3, "y": 3, "matrix": [3, 3]},
{"x": 1, "y": 3, "matrix": [3, 0]},
{"x": 2, "y": 3, "matrix": [3, 1]},
{"x": 3, "y": 3, "matrix": [3, 2]},
{"x": 3, "y": 4, "matrix": [3, 3]},

{"x": 0, "y": 4, "matrix": [4, 0]},
{"x": 1, "y": 4, "matrix": [4, 1]}
{"x": 1.5, "y": 4, "matrix": [4, 1]}
]
}
}
Expand Down

0 comments on commit 5263dfb

Please sign in to comment.