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

Dealing with "TP Keyboard not found" error #3

Open
laurenceanthony opened this issue Jun 5, 2023 · 2 comments
Open

Dealing with "TP Keyboard not found" error #3

laurenceanthony opened this issue Jun 5, 2023 · 2 comments

Comments

@laurenceanthony
Copy link

I have installed the software on my M1 MacBook Pro. The installation is fine and I can run "sudo tpkd" (even typing the command on the Thinkpad Trackpoint II keyboard, but I get the following error:

TP Keyboard not found. Possible solutions:

  • Have you run tpkb with 'sudo'?
  • Make sure you don't have keyboard customizers running (for example Karabiner)

Any suggestions? I really would like to increase the sensitive of the trackpoint on this keyboard.

@pgkt04
Copy link

pgkt04 commented Sep 11, 2024

It prints out the detected devices. You should modify the code in src/tp.cpp:

const uint16_t vendor_id = 0x17EF;
const uint16_t product_ids[] = {0x6048, 0x60E1};

to include your device.

for me I had to add 0x60EE to product_ids

@laurenceanthony
Copy link
Author

Thanks. I can't test that where I am now, but I will do when I first get the chance. Much appreciated.

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

No branches or pull requests

2 participants