-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
Moonlander keyboard uses dev22 #234
Comments
Had the same problem with Moonlander keyboard. Logkeys couldn't detect it automatically, but provided the correct event, it worked fine. In case someone is stuck with the same problem: the way to identify the correct event given in README didn't work for me. For any event number, I got some stuff printed on the screen, so they all looked the same. So I went to /dev/input/ and looked to the contents of In case it helps, Moonlander is detected as several deivces, including mouse and some control stuff:
|
For any users, this works and logs to stdout (replace
-
with your filepath to log to a file):I can attach more if needed, but wanted to avoid listing out all my devices if knowing them isn't necessary.
The text was updated successfully, but these errors were encountered: