-
Notifications
You must be signed in to change notification settings - Fork 0
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
[PLAN] Key logger for data collection #30
Comments
To add key logging output to my keyboard with the following additions/modifications on to of the tutorial:
|
The plan now is to write a simple script the output of |
For the HID console, the QMK udev rules from |
To mitigate the effect that a press event was only sent after a hold-event was detected when a key was kept pressed, the modified function was changed to |
We need a keylogger for our keyboards.
This would enable easier collection of larger datasets, which would also be less unbalanced and more realistic.
Possible approaches:
We tried using the keycodes sent by the keyboard, making it completely device-side. This was not very successful.
It should be attempted to utilize the QMK firmware, possibly with custom code snippets to make collection easier or even on the keyboards themselves. This could be done by sending key numbers through a separate channel, similar to something described in this article under Firmware.
The text was updated successfully, but these errors were encountered: