Oh yeah, it is also a bragi device:
| ids | |
|---------------|-------------------------------|
| usb-pid | 7010 | <- 0x1B62
| usb-vid | 6940 |
| lister-stage2 | "bragi-device-listing" |
| package | "dev-k57-rgb-wireless-dongle" |
If you take a look at the Corsair devices here: https://www3.corsair.com/software/CUE_V5/public/modules/windows/packages/devices.json
The existing CorsairWirelessController only handles the K57 RGB?
The K65 Plus Wireless uses a different, newer protocol that Corsair internally calls "Bragi".
"Bragi" is an official Corsair name. Corsair ships a dedicated iCUE plugin package called bragi-proto, available on their CDN: https://www3.corsair.com/software/CUE_V5/public/modules/windows/packages/bragi-proto_5.27.149_win32-release-amd64.cuepkg
Extracting the DLL and searching its strings shows that the Bragi protocol covers many Corsair devices. Also there i have found the K65 Plus Wireless.
strings BragiProtocols.dll | grep -iE "K[0-9]{2,3}|M[0-9]{2,3}|HS[0-9]{2,3}|Scimitar|Sabre|Dark.?Core|Ironclaw|Virtuoso|Void|Slipstream" | sort -u
DarkCoreProMouseEffects
HS70_SE
HS80
IronclawWirelessSe
K100_Wheel
K55_Core_Rgb_Tkl
K57RgbWireless
K65_Plus_Wireless
K65_Plus_Wireless_V2
K65_Rgb_Mini
K70_Core_Rgb
K70_Core_Rgb_Tkl_Wireless
K70_Pro_Rgb_Tkl
K70_Rgb_Pro_Mini
M65RgbUltraWirelessMouseEffects
M75MouseEffects
NightsabreMouseEffects
SabreProWirelessMouseEffects
ScimitarWirelessMouseEffects
SlipstreamMultipoint
Virtuoso
VirtuosoMax
VoidWirelessV2
Initial commit for Corsair K65 Plus Wireless keyboard (Bragi protocol)
New controller for the Corsair K65 Plus Wireless keyboard using the Bragi protocol.
Supported devices:
Features:
Limitations:
ToastKiste211 (f7021c65) at 28 Feb 22:24
Add Corsair K65 Plus Wireless keyboard support (Bragi protocol)
... and 508 more commits
ToastKiste211 (bd565c30) at 28 Feb 22:16
Merge branch OpenRGB:master into master
... and 497 more commits
ToastKiste211 (63ac303d) at 18 Jun 12:48
Merge branch OpenRGB:master into master
... and 3 more commits
ToastKiste211 (9ad9e592) at 18 Jun 12:46
| 1 | { "usb-pid": 7077, "usb-vid": 6940 } |
|---|
ToastKiste211 (9ad9e592) at 11 Jun 21:29
add Corsair K68 RED SHADOW
ToastKiste211 (088ba208) at 11 Jun 21:28
ToastKiste211 (088ba208) at 11 Jun 21:25
ToastKiste211 (6bfda301) at 11 Jun 21:23
ToastKiste211 (2501eacc) at 11 Jun 21:13
ToastKiste211 (b76f7233) at 11 Jun 21:12
ToastKiste211 (088ba208) at 11 Jun 20:56
Merge branch OpenRGB:master into master
... and 1 more commit
Add Corsair K60 RGB PRO TKL white (second try)
| 1 | { "usb-pid": 7149, "usb-vid": 6940 } |
|---|
ToastKiste211 (b76f7233) at 10 Jun 19:05
Add Corsair K60 RGB PRO TKL White
ToastKiste211 (f9197a57) at 10 Jun 18:59
ToastKiste211 (e1ef6a37) at 10 Jun 18:56
ToastKiste211 (f9197a57) at 10 Jun 18:13
Merge branch OpenRGB:master into master
... and 5 more commits