Skip to content

Commit

Permalink
hayabusa init
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelus22 committed Sep 16, 2023
1 parent 4d767f7 commit 83e8c4d
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions v3/xelus/hayabusa/xelus_hayabusa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"name": "Hayabusa",
"vendorId": "0x5454",
"productId": "0x5454",
"matrix": {"rows": 5, "cols": 5},
"layouts": {
"keymap": [
[
"0,0",
"0,1",
"0,2",
"0,3",
"0,4"
],
[
"1,0",
"1,1",
"1,2",
"1,3",
"1,4"
],
[
"2,0",
"2,1",
"2,2",
"2,3",
"2,4"
],
[
"3,0",
"3,1",
"3,2",
"3,3",
"3,4"
],
[
"4,0",
"4,1",
"4,2",
"4,3",
"4,4"
]
]
}
}

0 comments on commit 83e8c4d

Please sign in to comment.