]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - protocol/usb_hid/parser.h
Add USB HID(host) protocol.(not finished)
[tmk_firmware.git] / protocol / usb_hid / parser.h
diff --git a/protocol/usb_hid/parser.h b/protocol/usb_hid/parser.h
new file mode 100644 (file)
index 0000000..dc14c82
--- /dev/null
@@ -0,0 +1,7 @@
+#include "hid.h"
+
+class KBDReportParser : public HIDReportParser
+{
+public:
+       virtual void Parse(HID *hid, bool is_rpt_id, uint8_t len, uint8_t *buf);
+};