Basic keyboard state module

This commit is contained in:
Grant Moyer
2021-02-07 15:05:11 -05:00
parent c91cc2218b
commit 6dfa31fb17
7 changed files with 122 additions and 0 deletions

View File

@ -38,6 +38,9 @@
#ifdef HAVE_LIBUDEV
#include "modules/backlight.hpp"
#endif
#ifdef HAVE_LIBEVDEV
#include "modules/keyboard_state.hpp"
#endif
#ifdef HAVE_LIBPULSE
#include "modules/pulseaudio.hpp"
#endif