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, 2 insertions, 2 deletions
diff --git a/src/hid.h b/src/hid.h
index 64536e3..93a039d 100644
--- a/src/hid.h
+++ b/src/hid.h
@@ -12,9 +12,9 @@
#define REPORT_ID_MIN 1
enum {
- REPORT_ID_CONSUMER = REPORT_ID_MIN,
+ REPORT_ID_MOUSE = REPORT_ID_MIN,
+ REPORT_ID_CONSUMER,
REPORT_ID_SYSTEM,
- REPORT_ID_MOUSE,
REPORT_ID_GAMEPAD,
REPORT_ID_MAX
};