Skip to content

Commit

Permalink
Add Let's Split
Browse files Browse the repository at this point in the history
  • Loading branch information
redsn0w422 committed Jun 17, 2020
1 parent 16285b9 commit 7fb32fd
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions src/wootpatoot/lets_split/lets_split_v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"name": "let's split",
"vendorId": "0x6F77",
"productId": "0x0002",
"lighting": "qmk_rgblight",
"matrix": {
"rows": 8,
"cols": 6
},
"layouts": {
"keymap": [
[
{
"y": 1
},
"0,0",
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"4,5",
"4,4",
"4,3",
"4,2",
"4,1",
"4,0"
],
[
"1,0",
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"5,5",
"5,4",
"5,3",
"5,2",
"5,1",
"5,0"
],
[
"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"6,5",
"6,4",
"6,3",
"6,2",
"6,1",
"6,0"
],
[
"3,0",
"3,1",
"3,2",
"3,3",
"3,4",
"3,5",
"7,5",
"7,4",
"7,3",
"7,2",
"7,1",
"7,0"
]
]
}
}

0 comments on commit 7fb32fd

Please sign in to comment.