fix issue #14
This commit is contained in:
parent
64f2a0a66b
commit
2b7c1ad1dd
1 changed files with 2 additions and 2 deletions
|
|
@ -29,9 +29,9 @@ THE SOFTWARE.
|
|||
//================================================================================
|
||||
|
||||
// pre selected hid reports with autoinclude of the api
|
||||
#define HID_MOUSE_ENABLE // normal mouse with buttons + wheel
|
||||
//#define HID_MOUSE_ENABLE // normal mouse with buttons + wheel
|
||||
//#define HID_MOUSE_ABSOLUTE_ENABLE // only works with system and without gamepad
|
||||
#define HID_KEYBOARD_LEDS_ENABLE // leds OR keys
|
||||
//#define HID_KEYBOARD_LEDS_ENABLE // leds OR keys
|
||||
//#define HID_KEYBOARD_KEYS_ENABLE
|
||||
//#define HID_RAWHID_ENABLE // currently not working
|
||||
//#define HID_CONSUMERCONTROL_ENABLE
|
||||
|
|
|
|||
Loading…
Reference in a new issue