This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
qmk_firmware/mousekey.h.bak

12 lines
166 B
C
Raw Normal View History

#ifndef MOUSEKEY_H
#define MOUSEKEY_H
#include <stdbool.h>
void mousekey_decode(uint8_t code);
bool mousekey_changed(void);
2011-02-10 15:51:30 +09:00
void mousekey_usb_send(void);
#endif
2011-02-10 15:51:30 +09:00