~ruther/qmk_firmware

ref: 7148c0b10c298af12172231e79c0cda1c1f76f04 qmk_firmware/tmk_core/common/raw_hid.h -rw-r--r-- 157 bytes
7148c0b1 — Drashna Jaelre Clean up some of the code 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