Allow for more input devices
diff --git a/minuitwrp/events.c b/minuitwrp/events.c
index 73c4066..0fdddf7 100644
--- a/minuitwrp/events.c
+++ b/minuitwrp/events.c
@@ -29,7 +29,7 @@
 
 //#define _EVENT_LOGGING
 
-#define MAX_DEVICES         16
+#define MAX_DEVICES         32
 
 #define VIBRATOR_TIMEOUT_FILE	"/sys/class/timed_output/vibrator/enable"
 #define VIBRATOR_TIME_MS    50