]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - protocol/usb_hid/usb_hid.h
Remove core library and build files
[qmk_firmware.git] / protocol / usb_hid / usb_hid.h
diff --git a/protocol/usb_hid/usb_hid.h b/protocol/usb_hid/usb_hid.h
deleted file mode 100644 (file)
index 083b68d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef USB_HID_H
-#define USB_HID_H
-
-#include "report.h"
-
-
-extern report_keyboard_t usb_hid_keyboard_report;
-extern uint16_t usb_hid_time_stamp;
-
-#endif