ksumit12 / asusctl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asusctl

this repo lets you control the rgb keyboard lighting on your asus pc/laptops in ubuntu which is usually controlled by aura or armoury crate in windows if after entering lsusb in the terminal this is your one of the output then asusctl is perfectly compatiable with your pc/laptop Bus 001 Device 002: ID 0b05:1866 ASUSTek Computer, Inc. N-KEY Device

Installation

apt install libclang-dev libudev-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
make
udo make install

after installtion it might not work at first then try entering this

systemctl daemon-reload && systemctl restart asusd

About

License:Mozilla Public License 2.0


Languages

Language:Rust 99.2%Language:Makefile 0.8%