forked from mfulz_github/qmk_firmware
vusb prep
This commit is contained in:
parent
aaf4fcbe5a
commit
c27edf4e64
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include <quantum.h>
|
||||
#include <xap.h>
|
||||
#include <usb_descriptor.h>
|
||||
|
||||
#define QSTR2(z) #z
|
||||
#define QSTR(z) QSTR2(z)
|
||||
|
|
|
@ -32,8 +32,7 @@ enum hid_report_ids {
|
|||
REPORT_ID_PROGRAMMABLE_BUTTON,
|
||||
REPORT_ID_NKRO,
|
||||
REPORT_ID_JOYSTICK,
|
||||
REPORT_ID_DIGITIZER,
|
||||
REPORT_ID_XAP
|
||||
REPORT_ID_DIGITIZER
|
||||
};
|
||||
|
||||
/* Mouse buttons */
|
||||
|
|
Loading…
Reference in New Issue