Activated Single Gamepad support
This commit is contained in:
parent
c8cb67ebd6
commit
0d15f41e6a
3 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,9 @@
|
|||
Gamepad example
|
||||
Press a button and demonstrate Gamepad actions
|
||||
|
||||
You can also use Gamepad1,2,3 and 4 as single report.
|
||||
This will use 1 endpoint for each gamepad.
|
||||
|
||||
See HID Project documentation for more infos
|
||||
https://github.com/NicoHood/HID/wiki/Gamepad-API
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -66,6 +66,10 @@ RawHID KEYWORD1
|
|||
System KEYWORD1
|
||||
Consumer KEYWORD1
|
||||
Gamepad KEYWORD1
|
||||
Gamepad1 KEYWORD1
|
||||
Gamepad2 KEYWORD1
|
||||
Gamepad3 KEYWORD1
|
||||
Gamepad4 KEYWORD1
|
||||
TeensyKeyboard KEYWORD1
|
||||
NKROKeyboard KEYWORD1
|
||||
AbsoluteMouse KEYWORD1
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ THE SOFTWARE.
|
|||
#include "SingleReport/BootMouse.h"
|
||||
#include "MultiReport/ImprovedMouse.h"
|
||||
#include "MultiReport/Consumer.h"
|
||||
#include "SingleReport/SingleGamepad.h"
|
||||
#include "MultiReport/Gamepad.h"
|
||||
#include "MultiReport/System.h"
|
||||
//#include "RawHID.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue