~ruther/qmk_firmware

ref: c1c5922aae7b60b7c7d13d3769350eed9dda17ab qmk_firmware/tmk_core/common/raw_hid.h -rw-r--r-- 157 bytes
c1c5922a — Chris Lewis Velocikey: Match RGB animation speed to typing speed (#3754) 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