Add USB to USB converter. unmature.
This commit is contained in:
parent
c5060ea819
commit
e7c030375a
9 changed files with 699 additions and 2 deletions
|
@ -78,6 +78,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
# define REPORT_KEYS 6
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
uint8_t mods;
|
||||
uint8_t rserved;
|
||||
|
@ -92,4 +97,8 @@ typedef struct {
|
|||
int8_t h;
|
||||
} __attribute__ ((packed)) report_mouse_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue