]> git.gir.st - tmk_keyboard.git/blob - mousekey.h
Exceptional handling for PS/2 scan code set 2
[tmk_keyboard.git] / mousekey.h
1 #ifndef MOUSEKEY_H
2 #define MOUSEKEY_H
3
4 #include <stdbool.h>
5
6 void mousekey_decode(uint8_t code);
7 bool mousekey_changed(void);
8 void mousekey_usb_send(void);
9
10 #endif
11
Imprint / Impressum