Skip to content

Commit

Permalink
[Keyboard] add willoucom's keypad (#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
willoucom authored Aug 19, 2023
1 parent a63438b commit 5fe2621
Showing 1 changed file with 105 additions and 0 deletions.
105 changes: 105 additions & 0 deletions v3/willoucom/keypad/keypad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"name": "Willou.com Keypad",
"vendorId": "0x574A",
"productId": "0x4B50",
"matrix": {
"rows": 2,
"cols" : 13
},
"layouts": {
"keymap":
[
[
{
"x": 1
},
"0,1",
"0,2",
"0,3",
"0,4",
{
"x": 1.5
},
"0,5"
],
[
{
"y": -0.75
},
"0,0"
],
[
{
"y": -0.25,
"x": 1
},
"0,7",
"0,8",
"0,9",
"0,10",
{
"x": 1.5
},
"0,11"
],
[
{
"y": -0.75
},
"0,6"
],
[
{
"y": -0.25,
"x": 1
},
"1,0",
"1,1",
"1,2",
"1,3",
{
"x": 0.5
},
"1,4",
{
"x": 1
},
"1,5"
],
[
{
"y": -0.75
},
"0,12"
],
[
{
"y": -0.25,
"x": 1
},
"1,7",
"1,8",
"1,9",
"1,10",
{
"x": 1.5
},
"1,11"
],
[
{
"y": -0.75
},
"1,6"
],
[
{
"y": -0.25,
"x": 6.5
},
"1,12"
]
]
}
}

0 comments on commit 5fe2621

Please sign in to comment.