-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any support for the tyring V2 #3
Comments
Would love to see this too, i would try but no idea where to start. But if anyone can guide me in the right direction i'll have a shot at it. |
I would guess that Drevo didn't reinvent the weel and used the same .DLL to controll the led's. Is there a Windows utility to controll the lights? And what do you want to achive? An alternative Python controll utility or something else? |
There is a windows utilitity, I just want to see if I can tie the lights into system specifications like temperature etc |
Hmmm, the structure of the tryfing app seems quite different from that of the calibur keyboard. I would guess they handle the communication with the file "yourinstallDIR/app/wkb.kb_hidapi.pyd" which unfortunately is a compiled file. |
Well, i don't have the Tyring Keyboard, but my reverse engineering process was as follows:
I'd guess they still use a very similar protocoll compared to the Calibur. You could try to set the USB-Product and/or Vendor ID in usblinux.py/usbwindows.py and just try to run it. It most probably will not light the correct keys, but if it changes anything they are probably very much alike on the Keyboard side of thing. |
Thanks I shall have to give it a go sometime. |
I may be able to give it a go 🤷🏻♂️ I'm not very knowledgeable in this sort of thing but I'm willing to help out |
Tried it with another keyboard, but with the same software and VID, PID. It uses endpoint 0x82 as in, and 0x03 as out (AFAIK). But the only result I get is "Operation timed out". |
What keyboard is that fork for? Is it the tyring V2? |
No, but for the keyboard on the same chip and with the same vendor software. Anyway, it should be more compatible, than original version. |
Keyboard also uses python would be great to see some development for it
The text was updated successfully, but these errors were encountered: