~ruther/qmk_firmware

ref: dd290085c9e9c7d87fed64170407ca4cdc3c7433 qmk_firmware/tmk_core/common/raw_hid.h -rw-r--r-- 157 bytes
dd290085 — QMK Bot convert to unix line-endings [skip ci] 6 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