From 878eb23b8394109aeb32cd505f79b96c74ec97f6 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Mon, 19 Dec 2022 19:29:41 +0100 Subject: Add special hid functionality, consumer control working --- src/hid.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/hid.h') 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 }; -- cgit v1.2.3-71-gd317