summaryrefslogtreecommitdiff
path: root/lulua/data/winkbd/build.ninja
AgeCommit message (Collapse)AuthorFilesLines
2020-10-17winkbd: Improve renderingLars-Dominik Braun1-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-13winkbd: Make Windows driver compileable with MingGWLars-Dominik Braun1-0/+32
Automate the process via GitHub Actions as well. kbd.h can be simplified. Fixes #11.