Skip to content

Commit

Permalink
Merge pull request #2365 from zykrah/add-pizzapad
Browse files Browse the repository at this point in the history
Add Pizza Pad
  • Loading branch information
Cipulot authored Nov 16, 2024
2 parents 636c6e1 + 41ac3e7 commit e8bc41b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions v3/idyllic/pizzapad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "PizzaPad",
"vendorId": "0x7A79",
"productId": "0x5050",
"matrix": {
"rows": 3,
"cols": 3
},
"layouts": {
"keymap": [
[
"0,0",
"0,1",
"0,2"
],
[
"1,0",
"1,1",
"1,2"
],
[
"2,0",
"2,1",
"2,2"
]
]
}
}

0 comments on commit e8bc41b

Please sign in to comment.