Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-17 | winkbd: Improve rendering | Lars-Dominik Braun | 1 | -1/+1 | |
Create self-containted, minimal, but still human-readable C file with all typedefs. Gets rid of the copied header file and all of its weird ifdef logic. Simplifies virtual scancode to virtual key mapping. | |||||
2020-09-13 | winkbd: Make Windows driver compileable with MingGW | Lars-Dominik Braun | 1 | -0/+32 | |
Automate the process via GitHub Actions as well. kbd.h can be simplified. Fixes #11. |