nsyshid: Add Kamen Rider USB Device to Whitelist

This commit is contained in:
Joshua de Reeper 2025-05-04 13:19:24 +01:00
parent 61484598fc
commit ee31f4a21d

View file

@ -20,6 +20,8 @@ namespace nsyshid
m_devices.emplace_back(0x1430, 0x1F17);
// disney infinity base
m_devices.emplace_back(0x0e6f, 0x0129);
// kamen rider ride gate
m_devices.emplace_back(0x0e6f, 0x200A);
}
}