This repository contains the HID usage tables in a machine-readable format (under pages
),
and accompanying Python3 scripts (under src
) to parse them into a database,
and generate code for different programming languages.
- C++ (to be used with hid-rp)
Additional languages can be easily added by taking src/hid/codegen/cpp.py
as a template.