how to install g810-led on Bazzite?
I use Logitech g213 keyboard that requires backlit LED to me see the keys, I followed available tutorials on installation and manage to get till entering toolbox, installing hidapi and then cloning g810-led
git clone https://github.com/MatMoul/g810-led.git
cd g810-led
right after this step when attempting to compile by typing make command im getting error
i cant seem to get past this part, any help would be appreciated.
GitHub
GitHub - MatMoul/g810-led: Linux led controller for Logitech G213, ...
Linux led controller for Logitech G213, G410, G413, G512, G513, G610, G810, g815, G910 and GPRO Keyboards - MatMoul/g810-led

2 Replies
Openrgb should be able to control lighting on this keyboard
You can install openrgb through a ujust script
Managed to fix it by following steps in github by MatMoul
sudo dnf install git make gcc-c++ hidapi-devel # for hidapi
sudo dnf install git make gcc-c++ libusbx-devel # for libusb
ran those under toolbox and managed to fix the problem
thank you I never tried this will do.