summaryrefslogtreecommitdiff
path: root/tmk_core/common/raw_hid.h
diff options
context:
space:
mode:
authordbroqua <dbroqua@mousur.org>2016-12-17 22:25:21 +0100
committerdbroqua <dbroqua@mousur.org>2016-12-17 22:25:21 +0100
commitdf50bee5a88cacbd1f5fab98b26c2068646b61c0 (patch)
tree60a59d80c173055788e66b7e9dd79aaad7b27df6 /tmk_core/common/raw_hid.h
parent46b93f02d570c0bb66410cb8d9af2451d5453635 (diff)
parent13c4080a1d77cb1dfdf48df8a42e78b9dc483912 (diff)
Merge branch 'master' of https://github.com/Dbroqua/qmk_firmware
Diffstat (limited to 'tmk_core/common/raw_hid.h')
-rw-r--r--tmk_core/common/raw_hid.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tmk_core/common/raw_hid.h b/tmk_core/common/raw_hid.h
new file mode 100644
index 0000000000..86da02fd15
--- /dev/null
+++ b/tmk_core/common/raw_hid.h
@@ -0,0 +1,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