From 4e732b7d8b063ff51598b5382ef6ea6442e614e6 Mon Sep 17 00:00:00 2001 From: isXander Date: Sun, 6 Aug 2023 23:45:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=AE=20Controller=20request=20-=208BitD?= =?UTF-8?q?o=20Ultimate=20(close=20#134)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controllers/controller_identification.json5 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/main/resources/assets/controlify/controllers/controller_identification.json5 b/src/main/resources/assets/controlify/controllers/controller_identification.json5 index d80dca1..92b19b3 100644 --- a/src/main/resources/assets/controlify/controllers/controller_identification.json5 +++ b/src/main/resources/assets/controlify/controllers/controller_identification.json5 @@ -69,13 +69,15 @@ ] }, { - "name": "8BitDo SN30 Pro", - "theme": "xbox_one", + "name": "8BitDo Controller", + "theme": "unknown", "hids": [ - [0x57E, 0x2009], // Switch Mode - [0x45E, 0x28E], // XInput Mode - [0x2DC8, 0x6001], // DInput Mode + [0x57E, 0x2009], // SN30 Pro - Switch Mode + [0x45E, 0x28E], // SN30 Pro - XInput Mode + [0x2DC8, 0x6001], // SN30 Pro - DInput Mode + [0x2009, 0x057e], // Ultimate - Switch Mode + [0x3106, 0x2dc8], // Ultimate - XInput Mode ] }, {