diff options
author | Florian Jung <flo@windfisch.org> | 2014-04-05 19:45:53 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2014-04-05 19:45:53 +0200 |
commit | 7d57cc8a33015602e5a867978a79fc7fce25402a (patch) | |
tree | 6371571c394d1348722d7f4681cd8120c350e1d7 /usbdrv | |
parent | 8e80709d69076574b002c9d1e1a235e19ac0d22e (diff) |
do not advertise unused buttons
Diffstat (limited to 'usbdrv')
-rw-r--r-- | usbdrv/usbconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usbdrv/usbconfig.h b/usbdrv/usbconfig.h index a5a0c0a..a0e19f1 100644 --- a/usbdrv/usbconfig.h +++ b/usbdrv/usbconfig.h @@ -279,7 +279,7 @@ section at the end of this file). * HID class is 3, no subclass and protocol required (but may be useful!) * CDC class is 2, use subclass 2 and protocol 1 for ACM */ -#define USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH 50 +#define USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH 56 /* Define this to the length of the HID report descriptor, if you implement * an HID device. Otherwise don't define it or define it to 0. * If you use this define, you must add a PROGMEM character array named |