0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-03-13 15:04:11 +00:00
qmk_firmware/quantum/raw_hid.h
Joel Challis dcfffa7b67
Relocate protocol files within tmk_core/common/ ()
* Relocate non platform files within tmk_core/common/

* clang
2021-10-28 22:31:59 +01:00

6 lines
118 B
C

#pragma once
void raw_hid_receive(uint8_t *data, uint8_t length);
void raw_hid_send(uint8_t *data, uint8_t length);