mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-06 08:22:44 +00:00
vusb prep
This commit is contained in:
parent
aaf4fcbe5a
commit
c27edf4e64
@ -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…
Reference in New Issue
Block a user