vusb prep
This commit is contained in:
parent
aaf4fcbe5a
commit
c27edf4e64
2 changed files with 1 additions and 3 deletions
|
@ -16,7 +16,6 @@
|
||||||
|
|
||||||
#include <quantum.h>
|
#include <quantum.h>
|
||||||
#include <xap.h>
|
#include <xap.h>
|
||||||
#include <usb_descriptor.h>
|
|
||||||
|
|
||||||
#define QSTR2(z) #z
|
#define QSTR2(z) #z
|
||||||
#define QSTR(z) QSTR2(z)
|
#define QSTR(z) QSTR2(z)
|
||||||
|
|
|
@ -32,8 +32,7 @@ enum hid_report_ids {
|
||||||
REPORT_ID_PROGRAMMABLE_BUTTON,
|
REPORT_ID_PROGRAMMABLE_BUTTON,
|
||||||
REPORT_ID_NKRO,
|
REPORT_ID_NKRO,
|
||||||
REPORT_ID_JOYSTICK,
|
REPORT_ID_JOYSTICK,
|
||||||
REPORT_ID_DIGITIZER,
|
REPORT_ID_DIGITIZER
|
||||||
REPORT_ID_XAP
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Mouse buttons */
|
/* Mouse buttons */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue