aboutsummaryrefslogtreecommitdiffstats
path: root/src/hid.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-12-19 19:29:41 +0100
committerLouis Burda <quent.burda@gmail.com>2022-12-19 19:29:41 +0100
commit878eb23b8394109aeb32cd505f79b96c74ec97f6 (patch)
treeed5aa20a4018fcecd0d7f922d66c92633822117c /src/hid.h
parentd7c506450be613d6575649218fbcc90a4fabd150 (diff)
downloadsxkbd-878eb23b8394109aeb32cd505f79b96c74ec97f6.tar.gz
sxkbd-878eb23b8394109aeb32cd505f79b96c74ec97f6.zip
Add special hid functionality, consumer control working
Diffstat (limited to 'src/hid.h')
-rw-r--r--src/hid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hid.h b/src/hid.h
index e455c80..7046724 100644
--- a/src/hid.h
+++ b/src/hid.h
@@ -8,8 +8,10 @@
#define REPORT_ID_MIN REPORT_ID_KEYBOARD
enum {
REPORT_ID_KEYBOARD = 1,
+ REPORT_ID_CONSUMER,
+ REPORT_ID_SYSTEM,
REPORT_ID_MOUSE,
- REPORT_ID_CONSUMER_CONTROL,
+ REPORT_ID_GAMEPAD,
REPORT_ID_MAX
};