Pull request changes

Remove configuration options and just bump number of buttons to 32
Fix button numbereing and comments in
This commit is contained in:
Marcelo Bezerra
2021-06-08 09:24:50 +02:00
parent 89a53457d4
commit 05d30b0c37
4 changed files with 19 additions and 51 deletions

View File

@@ -104,10 +104,6 @@
// HID buffer size Should be sufficient to hold ID (if any) + Data
#define CFG_TUD_HID_EP_BUFSIZE 16
// Number of button on the gamepad 16 or 32
#define CFG_TUD_MAX_BUTTONS 16
#ifdef __cplusplus
}
#endif