Replies: 1 comment 1 reply
-
You are right, the link from the website says: "name": "RK-R65",
"vendorId": "0x342d",
"productId": "0xe481", This code is only for the wired version, but it has a different product ID. Look at keyboard.json in this repo: "usb": {
"device_version": "0.1.0",
"pid": "0xE453",
"vid": "0x342D",
"suspend_wakeup_delay": 1000
}, and change pid to The other way would be to use the json file from this repository. Hope that helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the RK website[1], I see that the device
{"vendorId": "0x342d","productId": "0xe453"}
is for the wireless version. The wired version is{"vendorId": "0x342d", "productId": "0xe481"}
.Does the firmware in this repo support the wireless version of the hardware with wireless connectivity not enabled(description says Wired-only)?
[1]: https://rkgamingstore.com/collections/65-keyboards/products/r65-wired-gaming-mechanical-keyboard "VIA drivers" under "Software" is a zip that contains json files for a number of RK keyboards.
Beta Was this translation helpful? Give feedback.
All reactions