possibly all files needed to make things work

This commit is contained in:
Jack Humbert 2021-02-07 19:53:50 -05:00
parent 708bb4f55d
commit 09ff4b0c99
15 changed files with 783 additions and 16 deletions

4
quantum/gamepad.h Normal file
View file

@ -0,0 +1,4 @@
#pragma once
void send_gamepad(report_gamepad_t *report);
void gamepad_ep_task(void);