Skip to content

Commit

Permalink
Merge pull request #706 from swiftrax/macrowo_pad
Browse files Browse the repository at this point in the history
add macrowo_pad
  • Loading branch information
wilba authored Jul 12, 2021
2 parents e3e3943 + 706428d commit 59e2a9a
Showing 1 changed file with 105 additions and 0 deletions.
105 changes: 105 additions & 0 deletions src/tender/macrowo_pad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"name": "Macrowo Pad",
"vendorId": "0x04D8",
"productId": "0xE936",
"lighting": "none",
"matrix": {
"rows": 2,
"cols": 10
},
"layouts": {
"keymap": [
[
{
"x": 1
},
"0,1",
{
"x": 1.25
},
"0,3",
{
"x": 3
},
"0,6",
{
"x": 1.25
},
"0,8"
],
[
{
"y": -0.5
},
"0,0",
{
"x": 1
},
"0,2",
{
"x": 5.5
},
"0,7",
{
"x": 1
},
"0,9"
],
[
{
"y": -0.5,
"x": 3.75
},
"0,4",
{
"x": 2
},
"0,5"
],
[
{
"y": -0.75,
"x": 5.25
},
"1,4"
],
[
{
"y": -0.75
},
"1,0",
{
"x": 1
},
"1,2",
{
"x": 5.5
},
"1,7",
{
"x": 1
},
"1,9"
],
[
{
"y": -0.5,
"x": 1
},
"1,1",
{
"x": 2.25
},
"1,3",
{
"x": 1
},
"1,5",
{
"x": 2.25
},
"1,8"
]
]
}
}

0 comments on commit 59e2a9a

Please sign in to comment.