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

Idea for Linux driver: make a protocol for sending keycodes over serial ports. #96

Open
ahtn opened this issue Jun 4, 2019 · 0 comments
Labels
emulator Emulator driver for using keyplus on any keyboard feature fun Linux

Comments

@ahtn
Copy link
Owner

ahtn commented Jun 4, 2019

Currently the Linux driver can remap HID keyboards/mice under /dev/input. However, it could also take input from other sources such as UART/serial ports. So if you had an Arduino that didn't have hardware USB support, you could still use it to send keycodes over the serial port and let the keyplusd driver interpret them.

This wouldn't be too practical for making a dedicated keyboard since you'd need driver installed for it to work, but it be a fun way to mess around with Arduino boards and other electronic projects.

@ahtn ahtn added Linux fun feature emulator Emulator driver for using keyplus on any keyboard labels Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
emulator Emulator driver for using keyplus on any keyboard feature fun Linux
Projects
None yet
Development

No branches or pull requests

1 participant