A driver for 10moons T503 tablet on Linux platform.
libevdev 1.12.1
libusb 1.0.26
You can edit src/T503_key_settings.inc
and remake
to customize the key bindings for all 6 buttons.
To build the driver using CMake, run the following commands:
cmake -S . -B ./build
cmake --build ./build
Alternatively, you can use MakeFile:
make
Running in the foreground (administrator privilege required).
sudo ./build/T503d
If you find any bugs or memory leaks, feel free to leave an issue / PR.