diff --git a/v3/xelus/hayabusa/xelus_hayabusa.json b/v3/xelus/hayabusa/xelus_hayabusa.json new file mode 100644 index 0000000000..0ea271408b --- /dev/null +++ b/v3/xelus/hayabusa/xelus_hayabusa.json @@ -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" + ] + ] + } +}