Skip to content

Commit

Permalink
Merge pull request #700 from yfuku/topic-via-wings42
Browse files Browse the repository at this point in the history
add wings42 keyboard
  • Loading branch information
wilba authored Jul 12, 2021
2 parents 59e2a9a + 4586c95 commit dd0c6e4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/wings42/wings42.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "wings42",
"vendorId": "0x5946",
"productId": "0x0003",
"lighting": "none",
"matrix": { "rows": 8, "cols": 6 },
"layouts": {
"labels": [],
"keymap": [
["0,0","0,1","0,2","0,3","0,4","0,5",{"x":1},"4,5","4,4","4,3","4,2","4,1","4,0"],
["1,0","1,1","1,2","1,3","1,4","1,5",{"x":1},"5,5","5,4","5,3","5,2","5,1","5,0"],
["2,0","2,1","2,2","2,3","2,4","2,5",{"x":1},"6,5","6,4","6,3","6,2","6,1","6,0"],
[{"x":3},"3,3","3,4","3,5",{"x":1},"7,5","7,4","7,3"]
]
}
}
16 changes: 16 additions & 0 deletions src/wings42_extkeys/wings42_extkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "wings42 extkeys",
"vendorId": "0x5946",
"productId": "0x0004",
"lighting": "none",
"matrix": { "rows": 12, "cols": 8 },
"layouts": {
"labels": [],
"keymap": [
["0,0","0,1","0,2","0,3","0,4","0,5",{"x":3},"6,5","6,4","6,3","6,2","6,1","6,0"],
["1,0","1,1","1,2","1,3","1,4","1,5","5,7",{"x":1},"11,7","7,5","7,4","7,3","7,2","7,1","7,0"],
["2,0","2,1","2,2","2,3","2,4","2,5","4,6",{"x":1},"10,6","8,5","8,4","8,3","8,2","8,1","8,0"],
[{"x":3},"3,3","3,4","3,5",{"x":3},"9,5","9,4","9,3"]
]
}
}

0 comments on commit dd0c6e4

Please sign in to comment.