Skip to content

Commit

Permalink
Merge pull request #584 from foostan/add_cornelius
Browse files Browse the repository at this point in the history
Add VIA support for Cornelius
  • Loading branch information
wilba authored Mar 17, 2021
2 parents 74edb73 + b117bd5 commit 64dc569
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions src/foostan/cornelius.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "Cornelius",
"vendorId": "0x3265",
"productId": "0x0005",
"lighting": "none",
"matrix": { "rows": 4, "cols": 12 },
"layouts": {
"keymap": [
[{"r":10,"rx":1.5,"x":2.5},"0,3"],
[{"y":-0.875,"x":3.5},"0,4"],
[{"y":-0.875,"x":1.5},"0,2",{"x":2},"0,5"],
[{"y":-0.625,"x":-0.5},"0,0","0,1"],
[{"y":-0.625,"x":2.5},"1,3"],
[{"y":-0.875,"x":3.5},"1,4"],
[{"y":-0.875,"x":1.5},"1,2",{"x":2},"1,5"],
[{"y":-0.625,"x":-0.5},"1,0","1,1"],
[{"y":-0.625,"x":2.5},"2,3"],
[{"y":-0.875,"x":3.5},"2,4"],
[{"y":-0.875,"x":1.5},"2,2",{"x":2},"2,5"],
[{"y":-0.625,"x":-0.5},"2,0","2,1"],
[{"y":-0.375,"x":1.5},"3,2",{"x":0.5},"3,3"],
[{"y":-0.625,"x":-0.5},"3,0","3,1"],
[{"r":25,"y":-2.515,"x":4.97},"3,4"],
[{"r":40,"y":-2.6,"x":6.55},"3,5"],
[{"r":-40,"rx":13.25,"y":0.51,"x":-7.55},"3,6"],
[{"r":-25,"y":0.6,"x":-5.97},"3,7"],
[{"r":-10,"y":-3.11,"x":-3.5},"0,8"],
[{"y":-0.875,"x":-4.5},"0,7"],
[{"y":-0.875,"x":-5.5},"0,6",{"x":2},"0,9"],
[{"y":-0.625,"x":-1.5},"0,10","0,11"],
[{"y":-0.625,"x":-3.5},"1,8"],
[{"y":-0.875,"x":-4.5},"1,7"],
[{"y":-0.875,"x":-5.5},"1,6",{"x":2},"1,9"],
[{"y":-0.625,"x":-1.5},"1,10","1,11"],
[{"y":-0.625,"x":-3.5},"2,8"],
[{"y":-0.875,"x":-4.5},"2,7"],
[{"y":-0.875,"x":-5.5},"2,6",{"x":2},"2,9"],
[{"y":-0.625,"x":-1.5},"2,10","2,11"],
[{"y":-0.375,"x":-4},"3,8",{"x":0.5},"3,9"],
[{"y":-0.625,"x":-1.5},"3,10","3,11"]
]
}
}

0 comments on commit 64dc569

Please sign in to comment.