Skip to content

Commit

Permalink
Remove incorrect use of split.main (qmk#24158)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and TheShige committed Jul 27, 2024
1 parent 5793550 commit d592988
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion keyboards/aidansmithdotdev/sango/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
"matrix": [4, 7]
},
"enabled": true,
"main": "matrix_grid",
"matrix_pins": {
"right": {
"cols": ["GP7", "GP8", "GP9", "GP11", "GP12", "GP13", "GP14", "GP15"],
Expand Down
3 changes: 1 addition & 2 deletions keyboards/takashicompany/heavy_left/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D2",
"main": "eeprom"
"soft_serial_pin": "D2"
},
"development_board": "promicro",
"layouts": {
Expand Down

0 comments on commit d592988

Please sign in to comment.