Skip to content

Commit

Permalink
[Keyboard] Fix Tractyl Manuform 4x6 json (qmk#17681)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and schattenbrot committed Aug 2, 2022
1 parent e090324 commit 6d6fe7a
Showing 1 changed file with 11 additions and 23 deletions.
34 changes: 11 additions & 23 deletions keyboards/handwired/tractyl_manuform/4x6_right/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"url": "",
"maintainer": "drashna",
"layouts": {
"LAYOUT_5x6_right": {
"LAYOUT_4x6_right": {
"layout": [
{"label":"L00", "x":0, "y":0},
{"label":"L01", "x":1, "y":0},
Expand Down Expand Up @@ -41,32 +41,20 @@
{"label":"R23", "x":14, "y":2},
{"label":"R24", "x":15, "y":2},
{"label":"R25", "x":16, "y":2},
{"label":"L30", "x":0, "y":3},
{"label":"L31", "x":1, "y":3},
{"label":"L32", "x":2, "y":3},
{"label":"L33", "x":3, "y":3},
{"label":"L34", "x":4, "y":3},
{"label":"L35", "x":5, "y":3},
{"label":"R30", "x":11, "y":3},
{"label":"R31", "x":12, "y":3},
{"label":"R32", "x":13, "y":3},
{"label":"R33", "x":14, "y":3},
{"label":"R34", "x":15, "y":3},
{"label":"R35", "x":16, "y":3},
{"label":"L42", "x":2, "y":4},
{"label":"L43", "x":3, "y":4},
{"label":"R42", "x":13, "y":4},
{"label":"R43", "x":14, "y":4},
{"label":"L44", "x":4, "y":5},
{"label":"L45", "x":5, "y":5},
{"label":"R41", "x":12, "y":5},
{"label":"L54", "x":6, "y":6},
{"label":"L55", "x":7, "y":6},
{"label":"R51", "x":10, "y":6},
{"label":"L52", "x":6, "y":7},
{"label":"L53", "x":7, "y":7},
{"label":"R52", "x":9, "y":7},
{"label":"R53", "x":10, "y":7}
{"label":"L34", "x":4, "y":4},
{"label":"L35", "x":5, "y":4},
{"label":"R31", "x":12, "y":4},
{"label":"L44", "x":6, "y":5},
{"label":"L45", "x":7, "y":5},
{"label":"R41", "x":10, "y":5},
{"label":"L42", "x":6, "y":6},
{"label":"L43", "x":7, "y":6},
{"label":"R42", "x":9, "y":6},
{"label":"R43", "x":10, "y":6}
]
}
}
Expand Down

0 comments on commit 6d6fe7a

Please sign in to comment.