Fix USB keyboard descriptor.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-01-29 13:21:05 +01:00
parent a081a2bde6
commit 350f0da763
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ enum {
};
enum {
REPORT_ID_KEYBOARD = 1,
REPORT_ID_KEYBOARD = 0,
REPORT_ID_COUNT
};