~ruther/qmk_firmware

ref: e3a940026ead4a3b4d0a9f536bd4cc5153e4140b qmk_firmware/tmk_core/common/raw_hid.h -rw-r--r-- 157 bytes
e3a94002 — Markus Weimar Improve mouse keys docs and constant speed mode 7 years ago
                                                                                
1
2
3
4
5
6
7
8
#ifndef _RAW_HID_H_
#define _RAW_HID_H_

void raw_hid_receive( uint8_t *data, uint8_t length );

void raw_hid_send( uint8_t *data, uint8_t length );

#endif