Skip to content

Commit

Permalink
Add Pizza Pad
Browse files Browse the repository at this point in the history
  • Loading branch information
zykrah committed Nov 6, 2024
1 parent 67ac825 commit 900f5a5
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/idyllic/pizzapad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "PizzaPad",
"vendorId": "0x7A79",
"productId": "0x5050",
"lighting": "none",
"matrix": {
"rows": 3,
"cols": 3
},
"layouts": {
"labels": [],
"keymap": [
[
"0,0",
"0,1",
"0,2"
],
[
"1,0",
"1,1",
"1,2"
],
[
"2,0",
"2,1",
"2,2"
]
]
}
}
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": {
"labels": [],
"keymap": [
[
"0,0",
"0,1",
"0,2"
],
[
"1,0",
"1,1",
"1,2"
],
[
"2,0",
"2,1",
"2,2"
]
]
}
}

0 comments on commit 900f5a5

Please sign in to comment.