We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since libconfig is already a dependency and provides some nice config file handling, I propose the following config file format:
# Pi 400 Keyboard/Mouse Config File version = "1.0"; application: { keyboard: { vid = 0x04d9; pid = 0x0007; device_path = "/dev/input/by-id/usb-_Raspberry_Pi_Internal_Keyboard-event-kbd"; }; mouse: { vid = 0x093a; pid = 0x2510; device_path = "/dev/input/by-id/usb-PixArt_USB_Optical_Mouse-event-mouse"; }; };
A path to the config file could be passed to pi400kb on the command-line.
pi400kb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since libconfig is already a dependency and provides some nice config file handling, I propose the following config file format:
A path to the config file could be passed to
pi400kb
on the command-line.The text was updated successfully, but these errors were encountered: