Open RhysFonville opened 2 years ago
What happens when you try other interfaces?
What happens when you try other interfaces?
The two available interfaces for the keyboard's subdevices contain one 0, and four 1s. All throw the same error.
What happens when you try other interfaces?
Could it be a problem with how my keyboard is set up? Does it have to be in a certain state?
When running the example.py file, I first have to change line 8 from
found_sub = KeyboardHelper.get_subdevice(0x951, 0x16e5, 1)
tofound_sub = KeyboardHelper.get_subdevice(0x951, 0x16dd, 1)
to get the correct device (or at least forkb.connect()
not to throw an error).An error is then thrown at
kb.start_thread()
, giving me this error:I'm unsure if this is a problem with me changing the subdevice pid. I am not able to fix this.