mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-18 18:46:54 +00:00
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
Block a user