Relocate protocol files within tmk_core/common/ (#14972)

* Relocate non platform files within tmk_core/common/

* clang
This commit is contained in:
Joel Challis
2021-10-28 22:31:59 +01:00
committed by GitHub
parent 0c87e2e702
commit dcfffa7b67
17 changed files with 14 additions and 7 deletions

5
quantum/raw_hid.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
void raw_hid_receive(uint8_t *data, uint8_t length);
void raw_hid_send(uint8_t *data, uint8_t length);