Skip to content
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

Support for G613? #57

Open
wolzly opened this issue Feb 13, 2024 · 1 comment
Open

Support for G613? #57

wolzly opened this issue Feb 13, 2024 · 1 comment
Labels
new device support for new device

Comments

@wolzly
Copy link

wolzly commented Feb 13, 2024

I've been trying to use the newDeviceDebugger.py but I think there isn't a proper disableGKeys = [] entry for this keyboard (I tried all of the ones in there currently). Is there anything I can do to help? I have a dualboot set up right now with win11 so I could do some monkeying around in windows if that would be helpful.

Just realized that this #38 was brought up already about a year ago. Nothing that can be done to find out what codes are needed for the disableGKeys entry?

@zocker-160 zocker-160 added the new device support for new device label Feb 13, 2024
@zocker-160
Copy link
Owner

zocker-160 commented Feb 13, 2024

The issue with the G613 is two fold.

One is (as you correctly mention) to find out the command sequence required to switch the device into host mode. So far I have always figured that out using a Windows VM and capturing the data sent by GHub and then putting it into disableGKeys by pure trial and error until it worked. (yes I know this approach is not great, but who cares if it works)

The second however is the same issue as with the G915 (wireless G815) where the USB endpoint I am talking to is not actually the keyboard itself, but is this wireless receiver thingy.
Given that I personally do not have any Logitech wireless device using that receiver, I simply do not know, how to talk to the keyboard through it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support for new device
Projects
None yet
Development

No branches or pull requests

2 participants