Support keyboard led indicator on wayland as well

This commit is contained in:
dec05eba
2025-11-08 03:28:18 +01:00
parent 0995e86e89
commit d1f8db3760
12 changed files with 282 additions and 47 deletions

View File

@@ -0,0 +1,9 @@
#ifndef LEDS_H
#define LEDS_H
/* C stdlib */
#include <stdbool.h>
bool set_leds(const char *led_name, bool enabled);
#endif /* LEDS_H */