Skip to content

Commit

Permalink
Fix Herringbone pro Layouts (qmk#22317)
Browse files Browse the repository at this point in the history
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
  • Loading branch information
2 people authored and Nathan committed Feb 11, 2024
1 parent ce3684e commit 195fdc4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions keyboards/rmi_kb/herringbone/pro/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
{"pin_a": "C3", "pin_b": "C2"}
{"pin_a": "C3", "pin_b": "C2", "resolution": 2}
]
},
"processor": "atmega32a",
Expand Down Expand Up @@ -247,9 +247,7 @@

{"matrix": [0, 13], "x": 14, "y": 0},

{"matrix": [6, 0], "x": 15.25, "y": 0},
{"matrix": [0, 14], "x": 16.25, "y": 0},
{"matrix": [6, 1], "x": 17.25, "y": 0},
{"matrix": [0, 14], "x": 15.5, "y": 0},

{"matrix": [1, 0], "x": 0, "y": 1.25},
{"matrix": [1, 1], "x": 1, "y": 1.25},
Expand Down Expand Up @@ -329,7 +327,9 @@
{"matrix": [5, 9], "x": 10, "y": 5.25, "w": 1.5},
{"matrix": [5, 10], "x": 11.5, "y": 5.25, "w": 1.5},

{"matrix": [5, 13], "x": 14.25, "y": 5.5}
{"matrix": [5, 12], "x": 13.25, "y": 5.5},
{"matrix": [5, 13], "x": 14.25, "y": 5.5},
{"matrix": [5, 14], "x": 15.25, "y": 5.5}
]
}
}
Expand Down

0 comments on commit 195fdc4

Please sign in to comment.