From ea30c450e690513f32398388938b01ab7c8efe3e Mon Sep 17 00:00:00 2001 From: spv Date: Mon, 17 Nov 2025 12:37:33 -0500 Subject: technically functional... --- src/config.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/config.h (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..d064cea --- /dev/null +++ b/src/config.h @@ -0,0 +1,10 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#define KEYBOARD_EVDEV "/dev/input/event0" +#define PERKEY_LEN 0x100 + +#define LOG_LEVEL LOG_INSANEDEBUG +#define REPORT_PATH "/tmp/report%d.log" + +#endif -- cgit v1.2.3