Skip to content

Commit

Permalink
Merge pull request #2370 from MatchstickWorks/MW-NormiePad
Browse files Browse the repository at this point in the history
Add MatchstickWorks NormiePad
  • Loading branch information
Cipulot authored Nov 21, 2024
2 parents f17b0bd + cade060 commit 77d15bc
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions v3/matchstickworks/normiepad/normiepad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"name": "NormiePad",
"vendorId": "0x4D57",
"productId": "0x0003",
"matrix": {
"rows": 6,
"cols": 4
},
"layouts": {
"keymap": [
[
{
"c": "#777777"
},
"0,0",
"0,1",
"0,2",
"0,3"
],
[
{
"y": 0.5,
"c": "#aaaaaa"
},
"1,0",
"1,1",
"1,2",
{
"c": "#777777"
},
"1,3"
],
[
{
"c": "#cccccc"
},
"2,0",
"2,1",
"2,2",
{
"c": "#777777",
"h": 2
},
"2,3"
],
[
{
"c": "#cccccc"
},
"3,0",
"3,1",
"3,2"
],
[
"4,0",
"4,1",
"4,2",
{
"c": "#777777",
"h": 2
},
"4,3"
],
[
{
"c": "#cccccc",
"w": 2
},
"5,0",
"5,2"
]
]
}
}

0 comments on commit 77d15bc

Please sign in to comment.