Skip to content

Commit

Permalink
Add split in interface
Browse files Browse the repository at this point in the history
  • Loading branch information
redsn0w422 authored Jun 18, 2020
1 parent 7fb32fd commit 0fbdf3f
Showing 1 changed file with 64 additions and 52 deletions.
116 changes: 64 additions & 52 deletions src/wootpatoot/lets_split/lets_split_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,64 +10,76 @@
"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"
{
"y": 1
},
"0,0",
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
{
"x": 0.75
},
"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"
"1,0",
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
{
"x": 0.75
},
"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"
"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
{
"x": 0.75
},
"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"
"3,0",
"3,1",
"3,2",
"3,3",
"3,4",
"3,5",
{
"x": 0.75
},
"7,5",
"7,4",
"7,3",
"7,2",
"7,1",
"7,0"
]
]
}
}
}

0 comments on commit 0fbdf3f

Please sign in to comment.