Skip to content

Commit

Permalink
Update vial.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fyrus7 authored Jan 23, 2023
1 parent c12a492 commit cbcac5a
Showing 1 changed file with 41 additions and 18 deletions.
59 changes: 41 additions & 18 deletions keymaps/vial/vial.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,48 @@
{
"name": "ShutterSlap",

"matrix":
{ "rows": 2,
"cols": 5 },

"matrix": {
"rows": 3,
"cols": 5
},
"layouts": {
"keymap": [

[ "0,0", "0,1", "0,2", "0,3", "0,4" ],
[ "1,0", "1,1", "1,2", "1,3", "1,4" ],

[ "0,0\n\n\n\n\n\n\n\n\ne",
"0,1\n\n\n\n\n\n\n\n\ne" ],

[ "1,0\n\n\n\n\n\n\n\n\ne",
"1,1\n\n\n\n\n\n\n\n\ne" ],

[ "2,0\n\n\n\n\n\n\n\n\ne",
"2,1\n\n\n\n\n\n\n\n\ne" ]
"keymap": [

]
[
{
"x": 1
},
"0,0", "0,1", "0,2", "0,3", "0,4"
],
[
{
"x": 1
},
"1,0", "1,1", "1,2", "1,3", "1,4"
],
[
{
"y": 0.75,
"x": 0.25
},
"0,0\n\n\n\n\n\n\n\n\ne",
"0,1\n\n\n\n\n\n\n\n\ne",
{
"x": 0.5
},
"1,0\n\n\n\n\n\n\n\n\ne",
"1,1\n\n\n\n\n\n\n\n\ne",
{
"x": 0.5
},
"2,0\n\n\n\n\n\n\n\n\ne",
"2,1\n\n\n\n\n\n\n\n\ne"
],
[
{
"x": 0.75
},
"2,0"
]
}
}

0 comments on commit cbcac5a

Please sign in to comment.