Skip to content

Commit

Permalink
WWA Keybaords VIA support (the-via#2108)
Browse files Browse the repository at this point in the history
* WWA Keyboards

* Added WWA Keyboards support

* Delete duplicate files
  • Loading branch information
spacehangover committed Feb 4, 2024
1 parent 3c823b9 commit 3fa5580
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions v3/handwired/wwa/helios.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Helios",
"vendorId": "0x5757",
"productId": "0x0001",
"matrix": {
"rows": 3,
"cols": 4
},
"layouts": {
"keymap": [
["0,0","0,1","0,2","0,3"],
["1,0","1,1","1,2","1,3"],
["2,0","2,1","2,2","2,3"]
]
}
}
16 changes: 16 additions & 0 deletions v3/handwired/wwa/kepler.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Kepler",
"vendorId": "0x5757",
"productId": "0x0002",
"matrix": {
"rows": 3,
"cols": 8
},
"layouts": {
"keymap": [
["0,0","0,1","0,2","0,3","0,4","0,5","0,6","0,7"],
["1,0","1,1","1,2","1,3","1,4","1,5","1,6","1,7"],
["2,0","2,1","2,2","2,3","2,4","2,5","2,6","2,7"]
]
}
}

0 comments on commit 3fa5580

Please sign in to comment.