commit
abf6dc1cbd
3 changed files with 3 additions and 3 deletions
|
|
@ -69,7 +69,7 @@ const u8 _hidReportDescriptor[] = {
|
|||
#ifdef HID_RAWHID_ENABLE
|
||||
HID_REPORT_RAWHID(HID_REPORTID_RAWHID), // not working at the moment
|
||||
#endif
|
||||
#ifdef HID_CONSUMER_ENABLE
|
||||
#ifdef HID_CONSUMERCONTROL_ENABLE
|
||||
HID_REPORT_CONSUMERCONTROL(HID_REPORTID_CONSUMERCONTROL),
|
||||
#endif
|
||||
#ifdef HID_SYSTEM_ENABLE
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ THE SOFTWARE.
|
|||
|
||||
#if !defined(EXTERN_HID_REPORT) && !defined(HID_MOUSE_ENABLE) && !defined(HID_KEYBOARD_KEYS_ENABLE) \
|
||||
&& !defined(HID_KEYBOARD_LEDS_ENABLE) && !defined(HID_MOUSE_ABSOLUTE_ENABLE) && !defined(HID_RAWHID_ENABLE) \
|
||||
&& !defined(HID_CONSUMER_ENABLE) && !defined(HID_SYSTEM_ENABLE) && !defined(HID_GAMEPAD_ENABLE)
|
||||
&& !defined(HID_CONSUMERCONTROL_ENABLE) && !defined(HID_SYSTEM_ENABLE) && !defined(HID_GAMEPAD_ENABLE)
|
||||
// by default enable mouse + keyboard api
|
||||
#define HID_MOUSE_ENABLE
|
||||
#define HID_KEYBOARD_KEYS_ENABLE
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ You have to enable the specific hid apis on your own then, also the keyboard led
|
|||
*/
|
||||
|
||||
#define HID_AUTOMATIC
|
||||
#define HID_CUSTOM_SETTINGS
|
||||
//#define HID_CUSTOM_SETTINGS
|
||||
|
||||
//================================================================================
|
||||
// Automatic
|
||||
|
|
|
|||
Loading…
Reference in a new issue