aboutsummaryrefslogtreecommitdiffstats
path: root/src/hid.h
diff options
context:
space:
mode:
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
};