In main.rs I can see functions for getting/setting and increasing/decreasing the keyboard brightness but these are currently empty functions.
Using libinput I can see it correctly identifies that the KEY_KBDILLUMUP/KEY_KBDILLUMDOWN keys have been pressed but there's no reaction to those key presses
In
main.rsI can see functions for getting/setting and increasing/decreasing the keyboard brightness but these are currently empty functions.Using libinput I can see it correctly identifies that the
KEY_KBDILLUMUP/KEY_KBDILLUMDOWNkeys have been pressed but there's no reaction to those key presses