Skip to content

Commit

Permalink
snatchpad: update layout data (qmk#16476)
Browse files Browse the repository at this point in the history
Fixes key overlaps in QMK Configurator.
  • Loading branch information
noroadsleft authored Feb 28, 2022
1 parent fbfd531 commit d1068b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keyboards/handwired/snatchpad/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"layouts": {
"LAYOUT": {
"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": 3, "y": 1},

{"x": 0, "y": 1},
{"x": 2, "y": 1}
{"x": 0, "y": 2},
{"x": 4, "y": 2}
]
}
}
Expand Down

0 comments on commit d1068b2

Please sign in to comment.