aboutsummaryrefslogtreecommitdiff
path: root/quantum/raw_hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/raw_hid.h')
-rw-r--r--quantum/raw_hid.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/raw_hid.h b/quantum/raw_hid.h
new file mode 100644
index 000000000..6d60ab2bf
--- /dev/null
+++ b/quantum/raw_hid.h
@@ -0,0 +1,5 @@
1#pragma once
2
3void raw_hid_receive(uint8_t *data, uint8_t length);
4
5void raw_hid_send(uint8_t *data, uint8_t length);