forked from mirrors/qmk_userspace
add mouse wheel function.
This commit is contained in:
parent
d3b1af9572
commit
7e3975e0ef
8 changed files with 256 additions and 59 deletions
|
@ -15,6 +15,6 @@ extern uint8_t mouse_protocol;
|
|||
|
||||
|
||||
int8_t usb_mouse_buttons(uint8_t left, uint8_t middle, uint8_t right);
|
||||
int8_t usb_mouse_move(int8_t x, int8_t y, int8_t wheel);
|
||||
int8_t usb_mouse_move(int8_t x, int8_t y, int8_t wheel, int8_t hwheel);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue