Use a generic controller
This commit is contained in:
parent
689642e271
commit
eaf91cdcb1
1 changed files with 2 additions and 2 deletions
|
|
@ -2,17 +2,17 @@
|
|||
|
||||
#include "queue.h"
|
||||
|
||||
/*
|
||||
// Emulates a "Generic" controller:
|
||||
#define OUTPUT_DEV_NAME "Generic Controller XD"
|
||||
#define OUTPUT_DEV_VENDOR_ID 0x108c
|
||||
#define OUTPUT_DEV_PRODUCT_ID 0x0323
|
||||
*/
|
||||
|
||||
/*
|
||||
// Emulates a steam controller
|
||||
#define OUTPUT_DEV_NAME "Steam Controller"
|
||||
#define OUTPUT_DEV_VENDOR_ID 0x28de
|
||||
#define OUTPUT_DEV_PRODUCT_ID 0x1102
|
||||
*/
|
||||
|
||||
/*
|
||||
//Emulates an Xbox one wireless controller:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue