Skip to content

Commit

Permalink
Merge pull request #335 from Friend-Or-F0H/master
Browse files Browse the repository at this point in the history
Add Soy 20 PCB VIA
  • Loading branch information
wilba authored Oct 19, 2020
2 parents d965374 + 4c14fb9 commit f70199a
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions src/drewkeys/soy20/soy20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"name": "Soy20",
"vendorId": "0x4452",
"productId": "0x534f",
"lighting": {
"extends": "none",
"keycodes": "qmk"
},
"matrix": {
"rows": 5,
"cols": 4
},
"layouts": {
"keymap":
[
[
"0,3",
"0,2",
"0,1",
"0,0"
],
[
"1,3",
"1,2",
"1,1",
"1,0"
],
[
"2,3",
"2,2",
"2,1",
"2,0"
],
[
"3,3",
"3,2",
"3,1",
"3,0"
],
[
"4,3",
"4,2",
"4,1",
"4,0"
]
]
}
}

0 comments on commit f70199a

Please sign in to comment.