From d4dabd9fee89f051e98fea7d41f3e5f93263bb72 Mon Sep 17 00:00:00 2001 From: e7d Date: Thu, 26 Nov 2020 14:25:54 +0100 Subject: [PATCH] update ds4 definitions --- js/gamepad.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/gamepad.js b/js/gamepad.js index ecc3ab6..9f62b33 100644 --- a/js/gamepad.js +++ b/js/gamepad.js @@ -45,7 +45,7 @@ class Gamepad { colors: [], }, 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", colors: ["black", "white", "red", "blue"], },