update ds4 definitions

This commit is contained in:
e7d 2020-11-26 14:25:54 +01:00
parent 6ad4fd6636
commit d4dabd9fee
No known key found for this signature in database
GPG Key ID: F320BE007C0B8881

View File

@ -45,7 +45,7 @@ class Gamepad {
colors: [], colors: [],
}, },
ds4: { ds4: {
id: /054c|54c|046d|0810|2563/, // 054c = Sony vendor code, 046d,0810,2563 = PS-like controllers vendor codes id: /054c|54c|09cc|046d|0810|2563/, // 054c = Sony vendor code, 046d,0810,2563 = PS-like controllers vendor codes
name: "DualShock 4", name: "DualShock 4",
colors: ["black", "white", "red", "blue"], colors: ["black", "white", "red", "blue"],
}, },