nsyshid: Add Kamen Rider USB Device to Whitelist (#1560)
Some checks failed
Build check / build (push) Waiting to run
Generate translation template / generate-pot (push) Failing after 1s

This commit is contained in:
Joshua de Reeper 2025-05-12 09:28:01 +02:00 committed by GitHub
parent f801fc1fe8
commit caef34f2ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);
}
}