summaryrefslogtreecommitdiff
path: root/mousekey.h.bak
diff options
context:
space:
mode:
authortmk2011-02-10 15:51:30 +0900
committertmk2011-02-22 03:09:02 +0900
commit2b8cd88ab142068eed0a3f230a3de79deb567536 (patch)
treece62861e44d57791ff43391d841ea125ce319754 /mousekey.h.bak
parentacc974c64b1e17e6807133fdc50de5bb34aedda5 (diff)
refactor keyboard.h, host.h
Diffstat (limited to 'mousekey.h.bak')
-rw-r--r--mousekey.h.bak11
1 files changed, 11 insertions, 0 deletions
diff --git a/mousekey.h.bak b/mousekey.h.bak
new file mode 100644
index 000000000..c5d4561cd
--- /dev/null
+++ b/mousekey.h.bak
@@ -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
+