refactor keyboard.h, host.h
This commit is contained in:
11
mousekey.h.bak
Normal file
11
mousekey.h.bak
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef MOUSEKEY_H
|
||||
#define MOUSEKEY_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
void mousekey_decode(uint8_t code);
|
||||
bool mousekey_changed(void);
|
||||
void mousekey_usb_send(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user