diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-12-19 19:29:41 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-12-19 19:29:41 +0100 |
| commit | 878eb23b8394109aeb32cd505f79b96c74ec97f6 (patch) | |
| tree | ed5aa20a4018fcecd0d7f922d66c92633822117c /src/hid.h | |
| parent | d7c506450be613d6575649218fbcc90a4fabd150 (diff) | |
| download | sxkbd-878eb23b8394109aeb32cd505f79b96c74ec97f6.tar.gz sxkbd-878eb23b8394109aeb32cd505f79b96c74ec97f6.zip | |
Add special hid functionality, consumer control working
Diffstat (limited to 'src/hid.h')
| -rw-r--r-- | src/hid.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 }; |
