Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
The hardware has mis-alignments
  • Loading branch information
jpskenn committed Nov 4, 2023
1 parent 3cf2e2c commit e6bdcb2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions keyboards/sandy/dn0020/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
{"label": "", "matrix": [5,1], "x":3, "y":0},
{"label": "", "matrix": [0,2], "x":4, "y":0},
{"label": "", "matrix": [5,2], "x":5, "y":0},
{"label": "", "matrix": [0,3], "x":6, "y":0},
{"label": "", "matrix": [5,3], "x":7, "y":0},
{"label": "", "matrix": [0,4], "x":8, "y":0},
{"label": "", "matrix": [5,3], "x":6, "y":0},
{"label": "", "matrix": [0,4], "x":7, "y":0},
{"label": "", "matrix": [0,3], "x":8, "y":0},
{"label": "", "matrix": [5,4], "x":9, "y":0},
{"label": "", "matrix": [0,5], "x":10, "y":0},
{"label": "", "matrix": [5,5], "x":11, "y":0},
Expand Down
6 changes: 3 additions & 3 deletions keyboards/sandy/dn0030/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
{"label": "", "matrix": [5,1], "x":3, "y":0},
{"label": "", "matrix": [0,2], "x":4, "y":0},
{"label": "", "matrix": [5,2], "x":5, "y":0},
{"label": "", "matrix": [0,3], "x":6, "y":0},
{"label": "", "matrix": [5,3], "x":7, "y":0},
{"label": "", "matrix": [0,4], "x":8, "y":0},
{"label": "", "matrix": [5,3], "x":6, "y":0},
{"label": "", "matrix": [0,4], "x":7, "y":0},
{"label": "", "matrix": [0,3], "x":8, "y":0},
{"label": "", "matrix": [5,4], "x":9, "y":0},
{"label": "", "matrix": [0,5], "x":10, "y":0},
{"label": "", "matrix": [5,5], "x":11, "y":0},
Expand Down
6 changes: 3 additions & 3 deletions keyboards/sandy/v01/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
{"label": "", "matrix": [5,1], "x":3, "y":0},
{"label": "", "matrix": [0,2], "x":4, "y":0},
{"label": "", "matrix": [5,2], "x":5, "y":0},
{"label": "", "matrix": [0,3], "x":6, "y":0},
{"label": "", "matrix": [5,3], "x":7, "y":0},
{"label": "", "matrix": [0,4], "x":8, "y":0},
{"label": "", "matrix": [5,3], "x":6, "y":0},
{"label": "", "matrix": [0,4], "x":7, "y":0},
{"label": "", "matrix": [0,3], "x":8, "y":0},
{"label": "", "matrix": [5,4], "x":9, "y":0},
{"label": "", "matrix": [0,5], "x":10, "y":0},
{"label": "", "matrix": [5,5], "x":11, "y":0},
Expand Down

0 comments on commit e6bdcb2

Please sign in to comment.