diff options
-rw-r--r-- | bootloader.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootloader.cpp b/bootloader.cpp index 5c00337..620e143 100644 --- a/bootloader.cpp +++ b/bootloader.cpp @@ -31,10 +31,13 @@ auto report_desc = pack( report_size(8), report_count(1), + usage(0xb007), input(0x02), // Status + usage(0xb007), feature(0x02), // Function + usage(0xb007), report_count(64), output(0x02) // Data ) |