Skip to content

Commit

Permalink
add VIA support for printedpad (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbei authored Oct 22, 2023
1 parent 3d95276 commit 6d11648
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions v3/printedpad/printedpad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "printedpad",
"vendorId": "0x5064",
"productId": "0x0001",
"matrix": {
"rows": 4,
"cols": 3
},
"layouts": {
"keymap": [
["1,0","1,1","1,2"],
["2,0","2,1","2,2"],
["3,0","3,1","3,2"]
]
}
}

0 comments on commit 6d11648

Please sign in to comment.