Skip to content

Commit

Permalink
Prepare via files for upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcharly committed Mar 5, 2023
1 parent 403439b commit fbbf116
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 602 deletions.
80 changes: 41 additions & 39 deletions via/charybdis-3x5.via.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "Charybdis Nano",
"vendorId": "0xA8F8",
"productId": "0x1832",
"menus": [ "qmk_rgb_matrix" ],
"menus": [
"qmk_rgb_matrix"
],
"matrix": {
"rows": 8,
"cols": 5
Expand All @@ -28,7 +30,11 @@
"name": "Sniping DPI Dec",
"shortName": "Snp-"
},
{ "title": "Sniping Momentary", "name": "Sniping MO", "shortName": "Snp" },
{
"title": "Sniping Momentary",
"name": "Sniping MO",
"shortName": "Snp"
},
{
"title": "Sniping Toggle",
"name": "Sniping TO",
Expand All @@ -46,68 +52,64 @@
}
],
"layouts": {
"labels": [["Trackball", "Right", "Left"]],
"keymap": [
[{ "x": 2 }, "0,2", { "x": 8 }, "4,2"],
[
{ "y": -0.75, "x": 1 },
"0,0",
"0,1",
{ "x": 1 },
"0,2",
"0,3",
"0,4",
{ "x": 4 },
{
"x": 4
},
"4,4",
"4,3",
{ "x": 1 },
"4,1"
"4,2",
"4,1",
"4,0"
],
[{ "y": -0.75 }, "0,0", { "x": 12 }, "4,0"],
[{ "y": -0.5, "x": 2 }, "1,2", { "x": 8 }, "5,2"],
[
{ "y": -0.75, "x": 1 },
"1,0",
"1,1",
{ "x": 1 },
"1,2",
"1,3",
"1,4",
{ "x": 4 },
{
"x": 4
},
"5,4",
"5,3",
{ "x": 1 },
"5,1"
"5,2",
"5,1",
"5,0"
],
[{ "y": -0.75 }, "1,0", { "x": 12 }, "5,0"],
[{ "y": -0.5, "x": 2 }, "2,2", { "x": 8 }, "6,2"],
[
{ "y": -0.75, "x": 1 },
"2,0",
"2,1",
{ "x": 1 },
"2,2",
"2,3",
"2,4",
{ "x": 4 },
{
"x": 4
},
"6,4",
"6,3",
{ "x": 1 },
"6,1"
"6,2",
"6,1",
"6,0"
],
[{ "y": -0.75 }, "2,0", { "x": 12 }, "6,0"],
[
{ "x": 3.75 },
"3,2\n\n\n0,0",
"3,3\n\n\n0,0",
{
"x": 3
},
"3,2",
"3,3",
"3,0",
{ "x": 0.5 },
{
"x": 2
},
"7,0",
"7,2\n\n\n0,0",
{ "d": true },
"\n\n\n0,0"
],
[
{ "y": 0.5, "x": 3.75, "d": true },
"\n\n\n0,1",
"3,2\n\n\n0,1",
{ "x": 2.5 },
"7,3\n\n\n0,1",
"7,2\n\n\n0,1"
"7,2"
]
]
}
Expand Down
Loading

0 comments on commit fbbf116

Please sign in to comment.