Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 486 Bytes

File metadata and controls

16 lines (12 loc) · 486 Bytes

Numpad driver for Asus ROG STRIX 2024 16 inch on linux.

Build: Install rust, and then run:
cargo build --profile superopt
and use sudo to start the binary.

Install as a service:
./install_service.sh
and then:
sudo systemctl enable --now numpad_driver.service

Note: currently there is a bug when using more than 1 finger.

Todo:
Fix the above mentioned bug
Create a udev rule instead of requiring the binary to run as root