forked from mirrors/qmk_userspace
test build of 'Host shield' in minimal env.
This commit is contained in:
parent
9382bf2f76
commit
c5060ea819
26 changed files with 500 additions and 267 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef PARSER_H
|
||||
#define PARSER_H
|
||||
|
||||
#include "hid.h"
|
||||
|
||||
class KBDReportParser : public HIDReportParser
|
||||
|
@ -5,3 +8,5 @@ class KBDReportParser : public HIDReportParser
|
|||
public:
|
||||
virtual void Parse(HID *hid, bool is_rpt_id, uint8_t len, uint8_t *buf);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue