Initial implementation

This commit is contained in:
Erik Reider
2022-05-13 21:30:45 +02:00
parent 9bc821bdac
commit 3411236697
5 changed files with 321 additions and 0 deletions

View File

@ -42,6 +42,9 @@
#ifdef HAVE_LIBEVDEV
#include "modules/keyboard_state.hpp"
#endif
#ifdef HAVE_GAMEMODE
#include "modules/gamemode.hpp"
#endif
#ifdef HAVE_UPOWER
#include "modules/upower/upower.hpp"
#endif